Webex · Example Payload

Webex List Numbers Associated With A Specific Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Numbers Associated With A Specific Workspace 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": "List numbers associated with a specific workspace",
  "method": "GET",
  "path": "/workspaces/{workspaceId}/features/numbers",
  "summary": "List numbers associated with a specific workspace",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "distinctiveRingEnabled": true,
        "phoneNumbers": [
          {
            "external": "+12055550001",
            "extension": "12211",
            "routingPrefix": "1234",
            "esn": "123412211",
            "primary": true
          },
          {
            "external": "+12055550002",
            "extension": "122",
            "routingPrefix": "1234",
            "esn": "123412211",
            "primary": false
          }
        ],
        "workspace": {
          "id": "Y2lzY29zcGFyazovL3VzL1BMQUNFLzg0MjkzOGQ1LTkyNzMtNGJjNi1hYTNhLTA1Njc3MmRiMzE2NQ"
        },
        "location": {
          "name": "MainOffice",
          "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA"
        },
        "organization": {
          "id": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi9hNDVkNmNkYS1hZTVhLTQwYzMtYTdhZC01NjUwZmRkZGQ1M2M",
          "name": "Atlas_Test_CALL-1237"
        }
      }
    }
  ]
}