Webex · Schema

ListCallPickupObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

webex-listcallpickupobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListCallPickupObject",
  "title": "ListCallPickupObject",
  "type": "object",
  "required": [
    "name",
    "id",
    "locationName",
    "locationId"
  ],
  "properties": {
    "name": {
      "type": "string",
      "example": "North Alaska-Group",
      "description": "Unique name for the call pickup. The maximum length is 80."
    },
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0NBTExfUElDS1VQL1kyRnNiRkJwWTJ0MWNERT0",
      "description": "A unique identifier for the call pickup."
    },
    "locationName": {
      "type": "string",
      "example": "Alaska",
      "description": "Name of the location for call pickup."
    },
    "locationId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzEyMzQ1",
      "description": "ID of the location for call pickup."
    }
  }
}