Retrieve a list of external enrollments of a study.
GET {{baseUrl}}/Studies({{ID}})/externalEnrollments?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=enrollmentValue,siteGroupUUID desc&$select=enrollmentWeekDate,enrollmentValue
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$top | string | Show only the first n items, see Paging - Top | |
$skip | string | Skip the first n items, see Paging - Skip | |
$search | string | Search items by search phrases, see Searching | |
$filter | string | Filter items by property values, see Filtering | |
$count | string | Include count of items, see Count | |
$orderby | string | Order items by property values, see Sorting | |
$select | string | Select properties to be returned, see Select |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"@odata.count":"\u003cnumber\u003e","value":[{"studyID":"\u003cstring\u003e","scenarioID":"\u003cstring\u003e","siteGroupID":"\u003cstring\u003e","randomizationGroupID":"\u003cstring\u003e","treatmentGroupID":"\u003cstring\u003e","enrollmentDate":"\u003cdate\u003e","enrollmentWeekDate":"\u003cstring\u003e","enrollmentValue":"\u003cnumber\u003e","protocolID":"\u003cstring\u003e","randomizationGroupUUID":"\u003cuuid\u003e","studyUUID":"\u003cuuid\u003e","scenarioUUID":"\u003cuuid\u003e","treatmentGroupUUID":"\u003cuuid\u003e","siteGroupUUID":"\u003cuuid\u003e"},{"studyID":"\u003cstring\u003e","scenarioID":"\u003cstring\u003e","siteGroupID":"\u003cstring\u003e","randomizationGroupID":"\u003cstring\u003e","treatmentGroupID":"\u003cstring\u003e","enrollmentDate":"\u003cdate\u003e","enrollmentWeekDate":"\u003cstring\u003e","enrollmentValue":"\u003cnumber\u003e","protocolID":"\u003cstring\u003e","randomizationGroupUUID":"\u003cuuid\u003e","studyUUID":"\u003cuuid\u003e","scenarioUUID":"\u003cuuid\u003e","treatmentGroupUUID":"\u003cuuid\u003e","siteGroupUUID":"\u003cuuid\u003e"}]}