Webex · Example Payload

Webex Getmycallingserviceslist Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmycallingserviceslist 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": "getMyCallingServicesList",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/services",
  "summary": "Get My Calling Services List",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "services": [
          "Anonymous Call Rejection",
          "Call Forwarding Always",
          "Call Forwarding Busy",
          "Call Forwarding No Answer",
          "Call Notify"
        ]
      }
    }
  ]
}