---
title: "Fetch group terminals"
method: GET
path: "/group_terminals"
tags: ["Group terminals"]
---

# Fetch group terminals

`GET /group_terminals`

## Query parameters

- `group_id` integer, required
- `ids` string
- `terminal_id` integer
- `query` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- object[]
  - `id` integer, required — The ID of the group terminal
  - `resource_type` 'GroupTerminal', required — The resource type of the group terminal
  - `created_at` string, date-time, required — When the group terminal was created
  - `updated_at` string, date-time, required — When the group terminal was updated
  - `group_id` integer, required — The group ID of the group terminal
  - `group` object, required — The group of the group terminal
    - `id` integer, required — The ID of the group
    - `resource_type` 'Group', required — The resource type of the group
    - `name` string, required — The name of the group
  - `terminal_id` integer, required — The terminal ID of the group terminal
  - `terminal` object, required — The terminal of the group terminal
    - `id` integer, required — The ID of the terminal
    - `description` string, nullable, required — The description of the terminal
    - `name` string, required — The name of the terminal
  - `place_id` integer, required — The place ID of the group terminal
  - `place` object, required — The place of the group terminal
    - `id` integer, required — The ID of the place
    - `resource_type` 'Place', required — The resource type of the place
    - `name` string, required — The name of the place

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
