Webex · Example Payload

Webex Getuserselectivecallforwarding Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getuserselectivecallforwarding 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": "getUserSelectiveCallForwarding",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/selectiveForward",
  "summary": "Get the User\u2019s Selective Call Forwarding",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "defaultPhoneNumberToForward": "+18765432190",
        "ringReminderEnabled": true,
        "sendToVoicemailEnabled": true,
        "criteria": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzI5NzA4NzUwMTY4MDI",
            "scheduleName": "demo_schedule",
            "source": "ALL_NUMBERS",
            "forwardEnabled": true
          }
        ]
      }
    }
  ]
}