Webex · Schema

ListCallQueueEssentialsObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string A unique identifier for the call queue.
name string Unique name for the call queue.
hasCxEssentials boolean Denotes if the call queue has Customer Assist license.
locationName string Name of location for call queue.
locationId string ID of location for call queue.
phoneNumber string Primary phone number of the call queue.
extension string Primary phone extension of the call queue.
enabled boolean Whether or not the call queue is enabled.
department object The department information.
View JSON Schema on GitHub

JSON Schema

webex-listcallqueueessentialsobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListCallQueueEssentialsObject",
  "title": "ListCallQueueEssentialsObject",
  "type": "object",
  "required": [
    "id",
    "name",
    "hasCxEssentials",
    "locationName",
    "locationId",
    "enabled"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvNTU1MzY4Y2QtZDg5Mi00YzFlLTk0YjYtNzdjNjRiYWQ3NWMx",
      "description": "A unique identifier for the call queue."
    },
    "name": {
      "type": "string",
      "example": "5714328359",
      "description": "Unique name for the call queue."
    },
    "hasCxEssentials": {
      "type": "boolean",
      "example": true,
      "description": "Denotes if the call queue has Customer Assist license."
    },
    "locationName": {
      "type": "string",
      "example": "WXCSIVDKCPAPIC4S1",
      "description": "Name of location for call queue."
    },
    "locationId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzMxMTYx",
      "description": "ID of location for call queue."
    },
    "phoneNumber": {
      "type": "string",
      "example": "+15558675309",
      "description": "Primary phone number of the call queue."
    },
    "extension": {
      "type": "string",
      "example": "7781",
      "description": "Primary phone extension of the call queue."
    },
    "enabled": {
      "type": "boolean",
      "example": true,
      "description": "Whether or not the call queue is enabled."
    },
    "department": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "example": "Y2lzY29zcGFyazovL3VzL1NDSU1fR1JPVVAvZjA2ZWRiOGMtMjMxNC00ZTcxLWIzNzgtZTdiMmQwNjk3OTliOjk2YWJjMmFhLTNkY2MtMTFlNS1hMTUyLWZlMzQ4MTljZGM5YQ",
          "description": "Unique identifier of the department."
        },
        "name": {
          "type": "string",
          "example": "HR",
          "description": "Name of the department."
        }
      },
      "description": "The department information."
    }
  }
}