Webex · Schema

ListCallParkObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
name string Unique name for the call park. The maximum length is 80.
id string A unique identifier for the call park.
locationName string Name of the location for the call park.
locationId string ID of the location for the call park.
View JSON Schema on GitHub

JSON Schema

webex-listcallparkobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListCallParkObject",
  "title": "ListCallParkObject",
  "type": "object",
  "required": [
    "name",
    "id",
    "locationName",
    "locationId"
  ],
  "properties": {
    "name": {
      "type": "string",
      "example": "technical support - insurance - customer 1",
      "description": "Unique name for the call park. The maximum length is 80."
    },
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0NBTExfUEFSSy9kR1ZqYUc1cFkyRnNJSE4xY0hCdmNuUWdMU0JwYm5OMWNtRnVZMlVnTFNCamRYTjBiMjFsY2lBeA==",
      "description": "A unique identifier for the call park."
    },
    "locationName": {
      "type": "string",
      "example": "Alaska",
      "description": "Name of the location for the call park."
    },
    "locationId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzEyMzQ1",
      "description": "ID of the location for the call park."
    }
  }
}