Webex · Example Payload

Webex Retrieve Agents Caller Id Information Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Retrieve Agents Caller Id Information 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 Agent's Caller ID Information",
  "method": "GET",
  "path": "/telephony/config/virtualLines/{virtualLineId}/agent/callerId",
  "summary": "Retrieve Agent's Caller ID Information",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "selectedCallerId": {
          "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvMzc4NzRjOGUtMzRhOS00NzFjLWI1N2QtMzAxNTJkZjlmMjQx",
          "type": "CALL_QUEUE",
          "name": "new ram",
          "phoneNumber": "+81123456890",
          "extension": "09899"
        }
      }
    }
  ]
}