Get Subject Enrollment Schedule
Obtains the subject enrollment schedule representation for each location in a specified plan.
Method: GET
URL: /cleartrial-ws/plans/{planID}/subjectEnrollmentSchedule
Sample output in JSON:
{
"enrollmentSchedules": {
"planId": 50011,
"location": [
{
"locationId": 101,
"locationName": "Canada",
"periods": [
{
"startDate": "31-Dec-2013",
"endDate": "07-Jan-2014",
"numSubjectsEnrolled": 8,
"cumulativeSubjectsEnrolled": 8
},
{
"startDate": "07-Jan-2014",
"endDate": "14-Jan-2014",
"numSubjectsEnrolled": 9,
"cumulativeSubjectsEnrolled": 17
},
{
...
},
{
"locationId": 100,
"locationName": "USA",
"periods" : [
{
},
{
},
{
...
...
}
]
},
{
...
}
],
"url":"/cleartrial-ws/plans/10802/subjectEnrollmentSchedule"
}
}
Sub-Resources: None
Note:
If you issue this call for a Phase I Healthy Volunteers plan, the ClearTrial Web Services API returns a message, 404 Not Found Code, because this resource does not exist for Phase I Healthy Volunteers plans.
Parent topic: Plan Resource API