Webex · Example Payload

Webex Getmycallblocksettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmycallblocksettings 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": "getMyCallBlockSettings",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/callBlock",
  "summary": "Get My Call Block Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "numbers": [
          {
            "id": "KzE4OTc2NTQzMjE1",
            "phoneNumber": "+18976543215"
          },
          {
            "id": "KzE4OTc2NTQzMzE1",
            "phoneNumber": "+18976543315"
          },
          {
            "id": "KzE4OTc2NTQzNDE1",
            "phoneNumber": "+18976543415"
          },
          {
            "id": "KzE5OTc2NTQzNDE1",
            "phoneNumber": "+19976543415"
          }
        ]
      }
    }
  ]
}