Webex · Schema

AvailableAgentListGetObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
agents array Array of available agents.
View JSON Schema on GitHub

JSON Schema

webex-availableagentlistgetobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AvailableAgentListGetObject",
  "title": "AvailableAgentListGetObject",
  "type": "object",
  "required": [
    "agents"
  ],
  "properties": {
    "agents": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AvailableAgentObject"
      },
      "description": "Array of available agents."
    }
  }
}