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
Key | Datatype | Required | Description |
---|---|---|---|
$select | string | Select properties to be returned, see Select | |
study ID or study UUID or protocol ID | string | (Required) Key: studyID/studyUUID/protocolID | |
scenario ID or scenario UUID | string | (Required) Key: scenarioID/scenarioUUID | |
siteGroup ID | string | (Required) Key: siteGroupID | |
randomizationGroup ID or randomizationGroup UUID | string | (Required) Key: randomizationGroupID/randomizationGroupUUID | |
treatmentGroup ID or treatmentGroup UUID | string | (Required) Key: treatmentGroupID/treatmentGroupUUID | |
enrollment Date or enrollment Week Date | string | (Required) Key: enrollmentDate/enrollmentWeekDate |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"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"}