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

idinteger

Id

group_idinteger

Group Id (references c5_group.id)

destinationstring

Destination

destination_type'external' | 'internal' | 'uri' | 'user'

Destination Type

ring_timeoutinteger

Ring Timeout

idxinteger

Idx

weightinteger

Weight

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.