Get Monitoring Schedule

Obtains the monitoring schedule representation for each location in a specified plan.

Method: GET

URL: /cleartrial-ws/plans/{planID}/monitoringSchedule

Sample output in JSON:

{
  "monitoringSchedule":{
     "planId":10802,
     "location":[
         {
           "locationId":100,
           "locationName":"USA",
           "periods":[
               {
                    "periodDate":"23-Sep-2010",
                    "crfPagesWithDrop":180.0,
                    "totalTimePerSiteVisit":1.0,
                    "monitoringDays":0.0
                  },
                  {
                     ...
                    ...
                  },
                  ...
                  ...
               }
            ]
         },
         {
           "locationId":101,
            ...
         },
         {
         ...
         ...
        }
      ],
     "url":"/cleartrial-ws/plans/10802/monitoringSchedule"
   }
}

Sub-Resources: None