Webex · Example Payload

Webex Retrieve Pstn Connection For A Location Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Retrieve Pstn Connection 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 for a Location",
  "method": "GET",
  "path": "/telephony/pstn/locations/{locationId}/connection",
  "summary": "Retrieve PSTN Connection for a Location",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1BTVE5fQ09OTkVDVElPTi81MWRlNDg5Yy1hYTYwLTRjMjUtOWFmNi1jYzRjYjE3MTczMGU",
        "displayName": "Premises-based PSTN",
        "pstnServices": [
          "GEOGRAPHIC_NUMBERS"
        ],
        "pstnConnectionType": "LOCAL_GATEWAY",
        "routeType": "TRUNK",
        "routeId": "Y2lzY29zcGFyazovL3VzL1RSVU5LL2Y1YTU4MzAwLTVmZTYtNGNjMS1hODA3LTRlN2E5OTMzN2Q0ZA"
      }
    }
  ]
}