Webex · Example Payload

Webex Getmysecondarylinesselectedcalleridsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmysecondarylinesselectedcalleridsettings 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": "getMySecondaryLinesSelectedCallerIDSettings",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/secondaryLines/{lineownerId}/selectedCallerId",
  "summary": "Get My Secondary Line Owner's Selected Caller ID Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "selected": {
          "type": "CALL_QUEUE",
          "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvNmU1NTVjZDAtNjM0MS00MmI4LWEyMWMtZTc1ZjIxNDQ4Mjc1",
          "name": "Call Queue DND",
          "directNumber": "+19075552859",
          "extension": "10079"
        }
      }
    }
  ]
}