Webex · Example Payload

Webex Getuserselectivecallacceptcriterialist Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getuserselectivecallacceptcriterialist 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": "getUserSelectiveCallAcceptCriteriaList",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/selectiveAccept",
  "summary": "Get the User\u2019s Selective Call Accept Criteria List",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "criteria": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzI5NzA4NzUwMTY4MDI",
            "scheduleName": "demo_schedule",
            "source": "ALL_NUMBERS",
            "acceptEnabled": true
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzI5MjY0ODQ3NzcyNzE",
            "scheduleName": "s1",
            "source": "SPECIFIC_NUMBERS",
            "acceptEnabled": true
          }
        ]
      }
    }
  ]
}