Webex · Schema

DialPlanUsageGetResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Unique identifier for the dial plan.
name string Name of a dial plan.
View JSON Schema on GitHub

JSON Schema

webex-dialplanusagegetresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DialPlanUsageGetResponse",
  "title": "DialPlanUsageGetResponse",
  "type": "object",
  "required": [
    "id",
    "name"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0RJQUxfUExBTi8wNTlhMjczZS1iYmIwLTExZWMtODQyMi0wMjQyYWMxMjAwMDI",
      "description": "Unique identifier for the dial plan."
    },
    "name": {
      "type": "string",
      "example": "dialPlanName",
      "description": "Name of a dial plan."
    }
  }
}