Retrieve a list of data points of an enrollment curve.

GET {{baseUrl}}/EnrollmentCurves({{ID}})/dataPoints?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=enrollmentCurve_ID,ID&$select=enrollmentCurve_ID,ID&$expand=enrollmentCurve,enrollmentCurve

Request Params

KeyDatatypeRequiredDescription
$topstringShow only the first n items, see Paging - Top
$skipstringSkip the first n items, see Paging - Skip
$searchstringSearch items by search phrases, see Searching
$filterstringFilter items by property values, see Filtering
$countstringInclude count of items, see Count
$orderbystringOrder items by property values, see Sorting
$selectstringSelect properties to be returned, see Select
$expandstringExpand related entities, see Expand

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;@odata.count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;value&quot;:[{&quot;ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;enrollmentPeriodPercentage&quot;:0,&quot;patientsEnrolledPercentage&quot;:0,&quot;dataPoints_fc&quot;:3,&quot;enrollmentCurve&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.EnrollmentCurves detected\u003e&quot;},&quot;enrollmentCurve_ID&quot;:&quot;\u003cuuid\u003e&quot;},{&quot;ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;enrollmentPeriodPercentage&quot;:0,&quot;patientsEnrolledPercentage&quot;:0,&quot;dataPoints_fc&quot;:3,&quot;enrollmentCurve&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.EnrollmentCurves detected\u003e&quot;},&quot;enrollmentCurve_ID&quot;:&quot;\u003cuuid\u003e&quot;}]}