Webex · Schema

EndConsultRequest

Request body for ending a consult.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
queueId string The unique ID of a particular queue, maximum length 36 characters.
View JSON Schema on GitHub

JSON Schema

webex-endconsultrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EndConsultRequest",
  "title": "EndConsultRequest",
  "description": "Request body for ending a consult.",
  "properties": {
    "queueId": {
      "description": "The unique ID of a particular queue, maximum length 36 characters.",
      "type": "string",
      "example": "315fbb91-2288-427c-9588-ec764cd46ea4"
    }
  },
  "type": "object"
}