Class 5 Group Member
List
Retrieve a paginated list of Class 5 Group Member records. Supports filtering, sorting, and search.
get/api/cp/class5/group-member
Query parameters
destination_type'external' | 'internal' | 'uri' | 'user'
Filter by Destination Type
Response
Successful response
Example response
[
{
"id": 12345,
"group_id": 1,
"destination": "example_destination",
"destination_type": "external",
"ring_timeout": 1,
"idx": 1,
"weight": 1
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.