Class 5 App

List

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

get/api/cp/class5/app

Query parameters

app_type'connexml' | 'legacy' | 'callflow'

Filter by App Type

Response

Successful response

idinteger

Id

account_idinteger

Account Id (references account.id)

company_idinteger

Company Id

namestring

Name

app_type'connexml' | 'legacy' | 'callflow'

App Type

deststring

Dest

allowstring

Allow

denystring

Deny

datastring

Data

pbx_serverstring

Pbx Server

xmlstring

Xml

Example response

[
  {
    "id": 12345,
    "account_id": 1,
    "company_id": 1,
    "name": "Example Name",
    "app_type": "connexml",
    "dest": "example_dest",
    "allow": "example_allow",
    "deny": "example_deny",
    "data": "Sample data text content",
    "pbx_server": "example_pbx_server",
    "xml": "Sample xml text content"
  }
]

Changes

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