---
title: "List call park groups"
method: GET
path: "/call_park_groups"
tags: ["Call Park"]
---

# List call park groups

`GET /call_park_groups`

List call park groups

## Query parameters

- `filter` string
- `search` string
- `orderby` string
- `skip` integer
- `top` integer

## Response `200`

OK

- object
  - `count` integer — Total number of resource.
  - `items` object[]
    - `id` string — The unique ID of the resource.
    - `name` string — 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_id` string — The unique ID of the resource.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
