latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

Call Park

Retrieve a call park group

Retrieves details of a call park group.

get/call_park_groups/{id}

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of the call park group.

Response

OK

idstring

The unique ID of the resource.

namestring

The name of call park group

recall_to'USER_ONLY' | 'USER_FIRST_THEN_RING_GROUP' | 'RING_GROUP_ONLY'

Select how the park server forwards the call when the parked call is not picked up in the Recall Time. The forwarding destination can be an extension or a ring group. Can be either:

  • USER_ONLY:
  • USER_FIRST_THEN_RING_GROUP:
  • RING_GROUP_ONLY:

When set to USER_FIRST_THEN_RING_GROUP or RING_GROUP_ONLY, ring_group_id must also be specified.

ring_group_idstring

The unique ID of the resource.

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw",
  "ring_group_id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}