Retrieve a single external enrollment entry.

GET {{baseUrl}}/ExternalEnrollmentTimeSeries(studyID/studyUUID/protocolID='{studyID/studyUUID/protocolID}',scenarioID='{{scenarioID}}',siteGroupID='{{siteGroupID}}',randomizationGroupID='{{randomizationGroupID}}',treatmentGroupID='{{treatmentGroupID}}',enrollmentDate/enrollmentWeekDate={enrollmentDate/enrollmentWeekDate})?$select=enrollmentWeekDate,enrollmentValue&study ID or study UUID or protocol ID=<string>&scenario ID or scenario UUID=<string>&siteGroup ID=<string>&randomizationGroup ID or randomizationGroup UUID=<string>&treatmentGroup ID or treatmentGroup UUID=<string>&enrollment Date or enrollment Week Date=<date>

Request Params

KeyDatatypeRequiredDescription
$selectstringSelect properties to be returned, see Select
study ID or study UUID or protocol IDstring(Required) Key: studyID/studyUUID/protocolID
scenario ID or scenario UUIDstring(Required) Key: scenarioID/scenarioUUID
siteGroup IDstring(Required) Key: siteGroupID
randomizationGroup ID or randomizationGroup UUIDstring(Required) Key: randomizationGroupID/randomizationGroupUUID
treatmentGroup ID or treatmentGroup UUIDstring(Required) Key: treatmentGroupID/treatmentGroupUUID
enrollment Date or enrollment Week Datestring(Required) Key: enrollmentDate/enrollmentWeekDate

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&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;}