Webex · Schema
RouteListListGet
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| id | string | ID of the Route List. |
| name | string | Name of the Route List. |
| locationId | string | Location associated with the Route List. |
| locationName | string | Location associated with the Route List. |
| routeGroupId | string | ID of the route group associated with Route List. |
| routeGroupName | string | Name of the Route Group associated with Route List. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RouteListListGet",
"title": "RouteListListGet",
"type": "object",
"required": [
"id",
"name",
"locationId",
"locationName"
],
"properties": {
"id": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0xJU1QvOTljNjJkMGQtNmFhYi00NGQ0LWE0ZTctZjk0MjQ4OWVhMWJj",
"description": "ID of the Route List."
},
"name": {
"type": "string",
"example": "RouteList Name",
"description": "Name of the Route List."
},
"locationId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2JjNWUwNWFjLTI5ZmEtNGY0NS05MmM1LWUxZTExMDc0OTIwZg",
"description": "Location associated with the Route List."
},
"locationName": {
"type": "string",
"example": "locationName",
"description": "Location associated with the Route List."
},
"routeGroupId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0dST1VQL2ZjN2EzZDU2LTg1OGMtNDVkZC1iZDA1LTE2OWM2NGU1OTRmMQ",
"description": "ID of the route group associated with Route List."
},
"routeGroupName": {
"type": "string",
"example": "RouteGroup01",
"description": "Name of the Route Group associated with Route List."
}
}
}