Skip to main content
GET
/
v1.0
/
account
/
schedules
Account Schedules List
curl --request GET \
  --url https://api.telegent.com/v1.0/account/schedules \
  --header 'Authorization: Bearer <token>'
{
  "AccountID": "DID-1e8939ab-3f3c-4db1-89d7-956d80fd793j203805880870238",
  "TotalWorkgroups": 2,
  "Results": [
    {
      "ScheduleId": "SID-12345-abc-12345",
      "Name": "Schedule 1",
      "AccountId": "DID-1e8939ab-3f3c-4db1-89d7-956d80fd793j203805880870238",
      "MondayStartTime": "",
      "MondayEndTime": "",
      "TuesdayStartTime": "",
      "TuesdayEndTime": "",
      "WednesdayStartTime": "",
      "WednesdayEndTime": "",
      "ThursdayStartTime": "",
      "ThursdayEndTime": "",
      "FridayStartTime": "",
      "FridayEndTime": "",
      "SaturdayStartTime": "",
      "SaturdayEndTime": "",
      "SundayStartTime": "",
      "SundayEndTime": ""
    },
    {
      "ScheduleId": "SID-12346-abc-12346",
      "Name": "Schedule 2",
      "AccountId": "DID-1e8939ab-3f3c-4db1-89d7-956d80fd793j203805880870238",
      "MondayStartTime": "",
      "MondayEndTime": "",
      "TuesdayStartTime": "",
      "TuesdayEndTime": "",
      "WednesdayStartTime": "",
      "WednesdayEndTime": "",
      "ThursdayStartTime": "",
      "ThursdayEndTime": "",
      "FridayStartTime": "",
      "FridayEndTime": "",
      "SaturdayStartTime": "",
      "SaturdayEndTime": "",
      "SundayStartTime": "",
      "SundayEndTime": ""
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Response

200 - application/json

Account Schedules List

The response is of type object.