Skip to main content
GET
/
v1.0
/
schedules
json
{
  "ScheduleID": "<ScheduleID>"
}
{
  "ScheduleId": "SID-d54c650d-4132-418a-9202-3178427610df",
  "Active": true,
  "Name": "Schedule 1",
  "AccountId": "DID-1e8939ac-3f3c-4cc1-89d7-956d80fbg221",
  "MondayStartTime": "8:00 AM",
  "MondayEndTime": "5:00 PM",
  "TuesdayStartTime": "8:00 AM",
  "TuesdayEndTime": "5:00 PM",
  "WednesdayStartTime": "8:00 AM",
  "WednesdayEndTime": "5:00 PM",
  "ThursdayStartTime": "8:00 AM",
  "ThursdayEndTime": "5:00 PM",
  "FridayStartTime": "8:00 AM",
  "FridayEndTime": "5:00 PM",
  "SaturdayStartTime": "",
  "SaturdayEndTime": "",
  "SundayStartTime": "",
  "SundayEndTime": ""
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Query Parameters

ScheduleID
string

Response

200 - application/json

Schedule Details

The response is of type object.