---
title: "Group Get All Unpaginated"
method: GET
path: "/groups/get_all"
tags: ["USER_GROUP"]
---

# Group Get All Unpaginated

`GET /groups/get_all`

## Query parameters

- `search` string, nullable
- `sortOrder` string
- `sortColumn` string
- `start_date` string, date-time, nullable
- `end_date` string, date-time, nullable
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- GroupSummaryResponse[]
  - `id` integer, required
  - `uuid` string, uuid, required
  - `symbol` string, nullable
  - `name` string, required
  - `description` string, nullable
  - `is_owner` boolean, nullable
  - `has_conflicts` boolean, nullable

## Other responses

- `400` — Invalid data
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
