Retrieve a single study enrollment curve.
GET {{baseUrl}}/StudyEnrollmentCurves(studyID={{studyID}},scenarioID={{scenarioID}},randomizationGroupID={{randomizationGroupID}},treatmentGroupID={{treatmentGroupID}},scenarioSiteGroupID={{scenarioSiteGroupID}},treatmentGroupSiteGroupID={{treatmentGroupSiteGroupID}},enrollmentCurveID={{enrollmentCurveID}})?$select=treatmentGroupSiteGroupID,enrollmentCurveID
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$select | string | Select properties to be returned, see Select |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"studyID":"\u003cuuid\u003e","scenarioID":"\u003cuuid\u003e","randomizationGroupID":"\u003cuuid\u003e","treatmentGroupID":"\u003cuuid\u003e","scenarioSiteGroupID":"\u003cuuid\u003e","treatmentGroupSiteGroupID":"\u003cuuid\u003e","enrollmentCurveID":"\u003cuuid\u003e","studyBusinessKey":"\u003cstring\u003e","studyDescription":"\u003cstring\u003e","scenarioBusinessKey":"\u003cstring\u003e","scenarioDescription":"\u003cstring\u003e","scenarioStatusDescription":"\u003cstring\u003e","scenarioStatusCode":1,"siteGroupBusinessKey":"\u003cstring\u003e","siteGroupDescription":"\u003cstring\u003e","randomizationGroupBusinessKey":"\u003cstring\u003e","randomizationGroupDescription":"\u003cstring\u003e","treatmentGroupBusinessKey":"\u003cstring\u003e","treatmentGroupDescription":"\u003cstring\u003e"}