Webex · Example Payload

Webex Read The List Of Call Parks Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read The List Of Call Parks 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": "Read the List of Call Parks",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/callParks",
  "summary": "Read the List of Call Parks",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "callParks": [
          {
            "name": "technical support - cards - customer 1",
            "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUEFSSy9kR1ZqYUc1cFkyRnNJSE4xY0hCdmNuUWdMU0JqWVhKa2N5QXRJR04xYzNSdmJXVnlJREU9",
            "locationName": "Alaska",
            "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzEyMzQ1"
          },
          {
            "name": "technical support - insurance - customer 1",
            "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUEFSSy9kR1ZqYUc1cFkyRnNJSE4xY0hCdmNuUWdMU0JwYm5OMWNtRnVZMlVnTFNCamRYTjBiMjFsY2lBeA==",
            "locationName": "Alaska",
            "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzEyMzQ1"
          }
        ]
      }
    }
  ]
}