Webex · Schema

GetAvailableRecallHuntGroupsObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string A unique identifier for the hunt group.
name string Unique name for the hunt group.
View JSON Schema on GitHub

JSON Schema

webex-getavailablerecallhuntgroupsobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetAvailableRecallHuntGroupsObject",
  "title": "GetAvailableRecallHuntGroupsObject",
  "type": "object",
  "required": [
    "id",
    "name"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvZEdWamFHNXBZMkZzTFhOMWNIQnZjblF0TlRVMU9EWTNOVE13T1VCbmJXRnBiQzVqYjIwPQ",
      "description": "A unique identifier for the hunt group."
    },
    "name": {
      "type": "string",
      "example": "Technical Support Group - 5558675309",
      "description": "Unique name for the hunt group."
    }
  }
}