Class 5 Group Member

Read

Retrieve a single Class 5 Group Member record by ID.

get/api/cp/class5/group-member/{id}

Path parameters

idinteger required

Id identifier

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.