Webex · Schema

RouteList

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Unique identifier of the route list.
name string Name of the route list.
routeGroupName string Name of the route group the route list is associated with.
routeGroupId string Unique identifier of the route group the route list is associated with.
locationName string Location name of the route list.
locationId string Location ID of the route list.
View JSON Schema on GitHub

JSON Schema

webex-routelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RouteList",
  "title": "RouteList",
  "type": "object",
  "required": [
    "id",
    "name",
    "routeGroupName",
    "routeGroupId",
    "locationName",
    "locationId"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0xJU1QvZDA2YWQ5M2QtY2NkOC00MzI1LTg0YzUtMDA2NThhYTdhMDBj",
      "description": "Unique identifier of the route list."
    },
    "name": {
      "type": "string",
      "example": "routeListName1",
      "description": "Name of the route list."
    },
    "routeGroupName": {
      "type": "string",
      "example": "routeGroupName1",
      "description": "Name of the route group the route list is associated with."
    },
    "routeGroupId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0dST1VQL2YyODkyMTc0LWYxM2YtNDhjYy1iMmJhLWQ4ZmM4Yzg4MzJhYg",
      "description": "Unique identifier of the route group the route list is associated with."
    },
    "locationName": {
      "type": "string",
      "example": "locationName1",
      "description": "Location name of the route list."
    },
    "locationId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzVlZmI5MTFhLThmNmUtNGU2Ny1iOTZkLWNkM2VmNmRhNDE2OA",
      "description": "Location ID of the route list."
    }
  }
}