Find the Client Site.
Find the Checkpoint Tour based on the account ID.
Find the Checkpoint Tour Schedule based on the Checkpoint Tour ID.
[GET] /checkpoint-tour-schedules?tour=131
{
"tour": 131,
"scheduledDayOfWeek": "SUNDAY",
"weekDay": "SUNDAY",
"scheduledTime": "02:00:00",
"startTime": "02:00:00",
"id": 1680
},
{
"tour": 131,
"scheduledDayOfWeek": "SUNDAY",
"weekDay": "SUNDAY",
"scheduledTime": "10:00:00",
"startTime": "10:00:00",
"id": 1681
},
{
"tour": 131,
"scheduledDayOfWeek": "SUNDAY",
"weekDay": "SUNDAY",
"scheduledTime": "16:30:00",
"startTime": "16:30:00",
"id": 1682
}For occurrence frequencies like MONTHLY, the number of the day of the month is shown:
GET /checkpoint-tour-schedules/1718
{
"tour": 131,
"recurrenceType": "MONTHLY",
"scheduledDay": "4",
"scheduledDayOfWeek": "4",
"weekDay": "4",
"scheduledTime": "10:00:00",
"startTime": "10:00:00",
"id": 1718
}