Retrieve a list of study data for studies that use a specific enrollment curve.
GET {{baseUrl}}/EnrollmentCurves({{ID}})/connectedStudies?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=siteGroupBusinessKey,randomizationGroupID&$select=treatmentGroupSiteGroupID,enrollmentCurveID
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":"\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"},{"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"}]}