Clinical Studies
Number of APIs: 437
The Clinical Study interface enables an external system to read study data and demand forecast data, add a study entity, and submit the results of enrollment forecast calculations.
-
LeanStudyScheduleAgreementStatuses({code})-texts - Retrieve a list of localized descriptions of a lean study schedule agreement status. GET {{baseUrl}}/LeanStudyScheduleAgreementStatuses({{code}})/texts?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=code,locale&$select=description,description
-
Contacts({ID})-person - Retrieve a contact's personal data. GET {{baseUrl}}/Contacts({{ID}})/person?$select=personNumber,email
-
ContactRoles('{ID}')-localized - Retrieve a localized name of a contact role. GET {{baseUrl}}/ContactRoles('{{ID}}')/localized?$select=roleName,locale
-
Country('{countryId}')-texts - Retrieve a list of texts of a country. GET {{baseUrl}}/Country('{{countryId}}')/texts?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=countryName,countryId desc&$select=countryName,countryId
-
ContactRoles('{ID}') - Retrieve a single contact role. GET {{baseUrl}}/ContactRoles('{{ID}}')?$select=modifiedAt,createdAt&$expand=localized,localized
-
CostObject(ID='{ID}',type={type}) - Retrieve a single cost object. GET {{baseUrl}}/CostObject(ID='{{ID}}',type={{type}})?$select=type,description&$expand=,
-
ContactRoles_texts - Retrieve a list of contact role names. GET {{baseUrl}}/ContactRoles_texts?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=roleName,roleName desc&$select=roleName,locale
-
CostObjectTypes_texts - Retrieve a list of cost object types_texts. GET {{baseUrl}}/CostObjectTypes_texts?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=code,locale&$select=description,description
-
ContactRoles_texts({ID_texts}) - Retrieve a single contact role name. GET {{baseUrl}}/ContactRoles_texts({{ID_texts}})?$select=roleName,locale
-
ContactRoles - Retrieve a list of contact roles. GET {{baseUrl}}/ContactRoles?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=createdBy,createdAt&$select=modifiedAt,createdAt&$expand=localized,localized