---
title: "List case template groups"
method: GET
path: "/cases/template_groups"
tags: ["cases"]
---

# List case template groups

`GET /cases/template_groups`

## Response `200`

Succeeded

- object — List case template groups visible to the tenant (official and own).
  - `data` object, required
    - `items` object[], required
      - `created_at` string, date-time, required
      - `description` string, required — case template group description
      - `id` string, required
      - `is_official` boolean, required
      - `title` string, required — case template group title
      - `updated_at` string, date-time, required

## Other responses

- `400` — Bad request
- `default` — Other error

---

[API](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api.md) · [All operations](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/matlantis/matlantis-web-ui-backend-api/revisions/b155f3a32673/schema)
