Webex · Example Payload

Webex Retrieve Pstn Connection Options For A Location Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Retrieve Pstn Connection Options For A Location 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": "Retrieve PSTN Connection Options for a Location",
  "method": "GET",
  "path": "/telephony/pstn/locations/{locationId}/connectionOptions",
  "summary": "Retrieve PSTN Connection Options for a Location",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BTVE5fQ09OTkVDVElPTi81MWRlNDg5Yy1hYTYwLTRjMjUtOWFmNi1jYzRjYjE3MTczMGU",
            "displayName": "Premises-based PSTN",
            "pstnServices": [
              "GEOGRAPHIC_NUMBERS"
            ]
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BTVE5fQ09OTkVDVElPTi9kMDk0MTc4Zi04MThlLTQ1YmMtYjEwMS1hOGRkNDhjMTM5MjE",
            "displayName": "SI CCP Bandwidth",
            "pstnServices": [
              "GEOGRAPHIC_NUMBERS"
            ]
          }
        ]
      }
    }
  ]
}