Webex · Example Payload

Webex Read The List Of Schedules Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read The List Of Schedules Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Read the List of Schedules",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/schedules",
  "summary": "Read the List of Schedules",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "schedules": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFL1FWVlVUMEZVVkVWT1JFRk9WQzFDVlZOSlRrVlRVeTFJVDFWU1V3",
            "name": "AUTOATTENDANT-BUSINESS-HOURS",
            "type": "businessHours",
            "locationName": "Alaska",
            "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzMxMTYx"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFL1FWVlVUMEZVVkVWT1JFRk9WQzFJVDB4SlJFRlo",
            "name": "AUTOATTENDANT-HOLIDAY",
            "type": "holidays",
            "locationName": "Alaska",
            "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzMxMTYx"
          }
        ]
      }
    }
  ]
}