Webex · Schema

RouteListPost

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
name string Name of the Route List
locationId string Location associated with the Route List.
routeGroupId string ID of the route group associated with Route List.
View JSON Schema on GitHub

JSON Schema

webex-routelistpost-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RouteListPost",
  "title": "RouteListPost",
  "type": "object",
  "required": [
    "name",
    "locationId",
    "routeGroupId"
  ],
  "properties": {
    "name": {
      "type": "string",
      "example": "RouteList01",
      "description": "Name of the Route List"
    },
    "locationId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2JjNWUwNWFjLTI5ZmEtNGY0NS05MmM1LWUxZTExMDc0OTIwZg",
      "description": "Location associated with the Route List."
    },
    "routeGroupId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0dST1VQL2ZjN2EzZDU2LTg1OGMtNDVkZC1iZDA1LTE2OWM2NGU1OTRmMQ",
      "description": "ID of the route group associated with Route List."
    }
  }
}