Class 5 System Dialplan

List

Retrieve a paginated list of Class 5 System Dialplan records. Supports filtering, sorting, and search.

get/api/cp/class5/system-dialplan

Response

Successful response

idstring

Id

account_idinteger

Account Id

namestring

Name

Example response

[
  {
    "id": 12345,
    "account_id": 1,
    "name": "Example Name"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.