Webex · Example Payload

Webex Getmysequentialringsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmysequentialringsettings 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": "getMySequentialRingSettings",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/sequentialRing",
  "summary": "Get Sequential Ring Settings for User",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "ringBaseLocationFirstEnabled": false,
        "baseLocationNumberOfRings": 3,
        "continueIfBaseLocationIsBusyEnabled": true,
        "callsToVoicemailEnabled": false,
        "phoneNumbers": [
          {
            "phoneNumber": "+19075552859",
            "answerConfirmationRequiredEnabled": false,
            "numberOfRings": 3
          }
        ],
        "criteria": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY",
            "scheduleName": "BusinessHours",
            "source": "ALL_NUMBERS",
            "ringEnabled": true
          }
        ]
      }
    }
  ]
}