Webex · Schema

RouteGroupUsageRouteListGet

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
routeLists array List of route lists for this route group.
View JSON Schema on GitHub

JSON Schema

webex-routegroupusageroutelistget-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RouteGroupUsageRouteListGet",
  "title": "RouteGroupUsageRouteListGet",
  "type": "object",
  "properties": {
    "routeLists": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/RouteGroupUsageRouteListItem"
      },
      "description": "List of route lists for this route group."
    }
  }
}