Webex · Example Payload

Webex Getmysecondarylinesavailablecalleridlist Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmysecondarylinesavailablecalleridlist 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": "getMySecondaryLinesAvailableCallerIDList",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/secondaryLines/{lineownerId}/availableCallerIds",
  "summary": "Get My Secondary Line Owner's Available Caller ID List",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "availableCallerIds": [
          {
            "type": "HUNT_GROUP",
            "id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvNmU1NTVjZDAtNjM0MS00MmI4LWEyMWMtZTc1ZjIxNDQ4Mjc5",
            "name": "Hunt Group",
            "directNumber": "+19075552860",
            "extension": "10079"
          }
        ]
      }
    }
  ]
}