Webex · Example Payload

Webex Getmyschedules Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmyschedules 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": "getMySchedules",
  "method": "GET",
  "path": "/telephony/config/people/me/schedules",
  "summary": "Get User (and Location) Schedules",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "schedules": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1VTRVJfU0NIRURVTEUvVTJOb1pXUjFiR1V4",
            "name": "Schedule1",
            "type": "businessHours",
            "level": "PEOPLE"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1VTRVJfU0NIRURVTEUvVkdWaGJTQkliMnhwWkdGNQ",
            "name": "Team Holiday",
            "type": "holidays",
            "level": "LOCATION"
          }
        ]
      }
    }
  ]
}