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
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"
}
]