Webex · Example Payload

Webex Retrieveagentslistofavailablecallerids Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Retrieveagentslistofavailablecallerids 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": "retrieveAgentsListOfAvailableCallerIDs",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/agent/availableCallerIds",
  "summary": "Retrieve Agent's List of Available Caller IDs",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "availableCallerIds": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvYmRlNDE4NDAtNmVmYS00YTkzLTk5YmEtNDc5Y2QxYTFjZmI5",
            "type": "CALL_QUEUE",
            "name": "TestCallQueue",
            "extension": "6001"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvOTExNmRmZDMtZGQ4ZS00YTk5LTg1MmYtMjFiYmMxOGNkNzcy",
            "type": "HUNT_GROUP",
            "name": "TestHuntGroup",
            "phoneNumber": "+441234200090",
            "extension": "6002"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvZTY1NjgzOTMtZTQ5MC00OGQ2LTg3OTgtY2IyZmY3YzkwNzg0",
            "type": "CALL_QUEUE",
            "name": "TestCallQueueSecond",
            "phoneNumber": "+441234200091",
            "extension": "6003"
          }
        ]
      }
    }
  ]
}