Webex · Example Payload

Webex Get Details For A Call Park Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Details For A Call Park 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": "Get Details for a Call Park",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/callParks/{callParkId}",
  "summary": "Get Details for a Call Park",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUEFSSy9kR1ZqYUc1cFkyRnNJSE4xY0hCdmNuUWdMU0JwYm5OMWNtRnVZMlVnTFNCamRYTjBiMjFsY2lBeA==",
        "name": "technical support - insurance - customer 1",
        "recall": {
          "huntGroupId": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvZEdWamFHNXBZMkZzTFhOMWNIQnZjblF0TlRVMU9EWTNOVE13T1VCbmJXRnBiQzVqYjIwPQ",
          "huntGroupName": "Technical Support Group - 5558675309",
          "option": "ALERT_PARKING_USER_FIRST_THEN_HUNT_GROUP"
        },
        "agents": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS80NDVkMzMzMC1mNjE3LTExZWItOWQyZS01NzViODE3ZGE2NmE",
            "firstName": "John",
            "lastName": "Brown",
            "displayName": "John Brown",
            "type": "PEOPLE",
            "email": "john.brown@example.com",
            "numbers": [
              {
                "external": "+19075552859",
                "extension": "8080",
                "routingPrefix": "1234",
                "esn": "12348080",
                "primary": "true"
              }
            ]
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS83MGY2MzYzMC1mZjlmLTExZWItODU5YS0xZjhiYjRjNzc1MWQ",
            "firstName": "John",
            "lastName": "Smith",
            "displayName": "John Smith",
            "type": "PEOPLE",
            "email": "john.smith@example.com",
            "numbers": [
              {
                "external": "+19075553859",
                "extension": "8081",
                "routingPrefix": "1234",
                "esn": "12348081",
                "primary": "true"
              }
            ]
          }
        ],
        "parkOnAgentsEnabled": false,
        "callParkExtensions": [
          {
            "id": "Y3lzY29zcGFyazovL3VzL1BFT1BMRS83MGY2MzYzMC1mZjlmLTExZWItODU5YS0xZjhiYjRjNzc2MWQ",
            "extension": "1415",
            "name": "14159265"
          }
        ]
      }
    }
  ]
}