Webex · Schema

ResponseEnvelopeRoutingBasedQueueDTO

Response envelope containing routing-based Contact Service Queue data.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
meta object Metadata about the response.
data array List of routing-based Contact Service Queue items.
View JSON Schema on GitHub

JSON Schema

webex-responseenveloperoutingbasedqueuedto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResponseEnvelopeRoutingBasedQueueDTO",
  "title": "ResponseEnvelopeRoutingBasedQueueDTO",
  "type": "object",
  "description": "Response envelope containing routing-based Contact Service Queue data.",
  "properties": {
    "meta": {
      "type": "object",
      "description": "Metadata about the response.",
      "additionalProperties": {}
    },
    "data": {
      "type": "array",
      "description": "List of routing-based Contact Service Queue items.",
      "items": {
        "$ref": "#/components/schemas/RoutingBasedQueueDTO"
      }
    }
  }
}