---
title: "getAllClubGroups"
method: GET
path: "/api/club-groups"
tags: ["club-group-resource"]
---

# getAllClubGroups

`GET /api/club-groups`

## Query parameters

- `clubId.equals` integer
- `clubId.greaterThan` integer
- `clubId.greaterThanOrEqual` integer
- `clubId.in` integer[]
- `clubId.lessThan` integer
- `clubId.lessThanOrEqual` integer
- `clubId.notEquals` integer
- `clubId.notIn` integer[]
- `clubId.specified` boolean
- `id.equals` integer
- `id.greaterThan` integer
- `id.greaterThanOrEqual` integer
- `id.in` integer[]
- `id.lessThan` integer
- `id.lessThanOrEqual` integer
- `id.notEquals` integer
- `id.notIn` integer[]
- `id.specified` boolean
- `name.contains` string
- `name.doesNotContain` string
- `name.equals` string
- `name.in` string[]
- `name.notEquals` string
- `name.notIn` string[]
- `name.specified` boolean
- `page` integer
- `publicId.contains` string
- `publicId.doesNotContain` string
- `publicId.equals` string
- `publicId.in` string[]
- `publicId.notEquals` string
- `publicId.notIn` string[]
- `publicId.specified` boolean
- `size` integer
- `sort` string[]

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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