Retrieve a list of external enrollments of a scenario.

GET {{baseUrl}}/Scenarios({{ID}})/externalEnrollments?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=enrollmentValue,siteGroupUUID desc&$select=enrollmentWeekDate,enrollmentValue

Request Params

KeyDatatypeRequiredDescription
$topstringShow only the first n items, see Paging - Top
$skipstringSkip the first n items, see Paging - Skip
$searchstringSearch items by search phrases, see Searching
$filterstringFilter items by property values, see Filtering
$countstringInclude count of items, see Count
$orderbystringOrder items by property values, see Sorting
$selectstringSelect properties to be returned, see Select

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;@odata.count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;value&quot;:[{&quot;studyID&quot;:&quot;\u003cstring\u003e&quot;,&quot;scenarioID&quot;:&quot;\u003cstring\u003e&quot;,&quot;siteGroupID&quot;:&quot;\u003cstring\u003e&quot;,&quot;randomizationGroupID&quot;:&quot;\u003cstring\u003e&quot;,&quot;treatmentGroupID&quot;:&quot;\u003cstring\u003e&quot;,&quot;enrollmentDate&quot;:&quot;\u003cdate\u003e&quot;,&quot;enrollmentWeekDate&quot;:&quot;\u003cstring\u003e&quot;,&quot;enrollmentValue&quot;:&quot;\u003cnumber\u003e&quot;,&quot;protocolID&quot;:&quot;\u003cstring\u003e&quot;,&quot;randomizationGroupUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;studyUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;scenarioUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatmentGroupUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;siteGroupUUID&quot;:&quot;\u003cuuid\u003e&quot;},{&quot;studyID&quot;:&quot;\u003cstring\u003e&quot;,&quot;scenarioID&quot;:&quot;\u003cstring\u003e&quot;,&quot;siteGroupID&quot;:&quot;\u003cstring\u003e&quot;,&quot;randomizationGroupID&quot;:&quot;\u003cstring\u003e&quot;,&quot;treatmentGroupID&quot;:&quot;\u003cstring\u003e&quot;,&quot;enrollmentDate&quot;:&quot;\u003cdate\u003e&quot;,&quot;enrollmentWeekDate&quot;:&quot;\u003cstring\u003e&quot;,&quot;enrollmentValue&quot;:&quot;\u003cnumber\u003e&quot;,&quot;protocolID&quot;:&quot;\u003cstring\u003e&quot;,&quot;randomizationGroupUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;studyUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;scenarioUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatmentGroupUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;siteGroupUUID&quot;:&quot;\u003cuuid\u003e&quot;}]}