Webex · Schema

SearchType

The type of search to be performed.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-searchtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SearchType",
  "title": "SearchType",
  "type": "string",
  "description": "The type of search to be performed.",
  "enum": [
    "ORGANIZATION",
    "INTERACTION",
    "AGENT"
  ]
}