Get Plan
Obtains the representation for a specific plan.
Method: GET
URL: /cleartrial-ws/plans/{planID}
Sample output in JSON:
{
"plan": {
"id": 67433,
"name": "Distribution_55",
"code": "Revision:52379. Build: 12294",
"description": "TP 1234",
"createdBy": "Administrator, QA",
"createdDate": "08-May-2017 14:23:09 CDT",
"lastModifiedBy": "Administrator, QA",
"lastModifiedDate": "11-May-2017 10:24:52 CDT",
"studyId": 22349,
"planState": "Draft",
"outsourcingOption": "Combination",
"startDate": "01-Jun-2016 12:00:00 CDT",
"preStudyStartDate": "01-Mar-2016 00:00:00 CST",
"defaultModelingCurrency": "USD",
"defaultReportingCurrency": "USD",
"exchangeRate": 1,
"drugHandlingType": "Room Temperature",
"radioLabeledDrug": false,
"studyDifficulty": "Normal",
"sourcePlan": {
"id": 65782,
"name": "9Jun16 3",
"url": "/cleartrial-ws/plans/65782"
},
"originalTemplate": {
"id": 1,
"name": "ClearTrial Default System Template"
},
"summaryUrl": "/cleartrial-ws/plans/67433/summary",
"locationsUrl": "/cleartrial-ws/plans/67433/locations",
"siteInformationUrl": "/cleartrial-ws/plans/67433/siteInformation",
"siteApprovalScheduleUrl":
"/cleartrial-ws/plans/67433/siteApprovalSchedule",
"dataUrl": "/cleartrial-ws/plans/67433/data",
"subjectUrl": "/cleartrial-ws/plans/67433/subject",
"subjectEnrollmentScheduleUrl":
"/cleartrial-ws/plans/67433/subjectEnrollmentSchedule",
"treatmentUrl": "/cleartrial-ws/plans/67433/treatment",
"monitoringInformationUrl":
"/cleartrial-ws/plans/67433/monitoringInformation",
"monitoringScheduleUrl":
"/cleartrial-ws/plans/67433/monitoringSchedule",
"serviceProviderUrl": "/cleartrial-ws/plans/67433/serviceProvider",
"meetingUrl": "/cleartrial-ws/plans/67433/meetings",
"laborUrl": "/cleartrial-ws/plans/67433/labor",
"laborMonthlyByMajorTaskUrl":
"/cleartrial-ws/plans/67433/labor?view=monthlyByMajorTask",
"laborMonthlyByResourceUrl":
"/cleartrial-ws/plans/67433/labor?view=monthlyByResource",
"costUrl": "/cleartrial-ws/plans/67433/cost",
"costMonthlyUrl": "/cleartrial-ws/plans/67433/cost?view=monthly",
"customAssumptionUrl": "/cleartrial-ws/plans/67433/customAssumption",
"url": "/cleartrial-ws/plans/67433"
}
}
Sub-Resources:
-
Locations
-
Site Information
-
Site Approval Schedule
-
Data
-
Subject
-
Subject Enrollment Schedule
-
Treatment
-
Monitoring Information
-
Monitoring Schedule
-
Service Provider
-
Labor
-
Labor Monthly by Major Task
-
Labor Monthly by Resource
-
Cost
-
Cost Monthly
Note:
In Phase I Healthy Volunteers studies, the following field does not appear in the Get Plan API: Subject Enrollment Schedule.
Parent topic: Plan Resource API