Retrieve a single enrollment curve data point.
GET {{baseUrl}}/EnrollmentDataPoints({{ID}})?$select=enrollmentCurve_ID,ID&$expand=enrollmentCurve,enrollmentCurve
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$select | string | Select properties to be returned, see Select | |
$expand | string | Expand related entities, see Expand |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"ID":"\u003cuuid\u003e","enrollmentPeriodPercentage":0,"patientsEnrolledPercentage":0,"dataPoints_fc":3,"enrollmentCurve":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.EnrollmentCurves detected\u003e"},"enrollmentCurve_ID":"\u003cuuid\u003e"}