Webex · Schema

QueueRankingBulkExportDTO

Queue ranking data for bulk export.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
queueName string Name of the queue.
rank integer Rank assigned to the queue.
View JSON Schema on GitHub

JSON Schema

webex-queuerankingbulkexportdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QueueRankingBulkExportDTO",
  "title": "QueueRankingBulkExportDTO",
  "type": "object",
  "description": "Queue ranking data for bulk export.",
  "properties": {
    "queueName": {
      "type": "string",
      "description": "Name of the queue."
    },
    "rank": {
      "type": "integer",
      "format": "int32",
      "description": "Rank assigned to the queue."
    }
  }
}