Get Locations
Obtains the location representation for all locations for a specified plan.
Method: GET
URL: /cleartrial-ws/plans/{planID}/locations
Sample output in JSON:
{code:java}
{
"planLocations":{
"planId":97069,
"planLocation":[
{
"locationId": 107,
"locationName": "Germany",
"numSites": 6,
"mohFdaDelayTime": 90,
"submissionDate": "01-Apr-2026 12:00:00 CDT"
},
{
"locationId": 108,
"locationName": "Greece",
"numSites": 7,
"mohFdaDelayTime": 60,
"submissionDate": "16-Sep-2026 12:00:00 CDT"
},
{
"locationId": 110,
"locationName": "Ireland",
"numSites": 8,
"mohFdaDelayTime": 115,
"submissionDate": "24-Oct-2026 12:00:00 CDT"
},
{
"..."
},
{
"..."
}
],
"url":"/cleartrial-ws/plans/97069/locations"
}
}{code}
Sub-Resources: None
Parent topic: Plan Resource API