---
title: "getAllClubSpecs"
method: GET
path: "/api/club-specs"
tags: ["club-spec-resource"]
---

# getAllClubSpecs

`GET /api/club-specs`

## Query parameters

- `activated.equals` boolean
- `activated.in` boolean[]
- `activated.notEquals` boolean
- `activated.notIn` boolean[]
- `activated.specified` boolean
- `amount.equals` number
- `amount.greaterThan` number
- `amount.greaterThanOrEqual` number
- `amount.in` number[]
- `amount.lessThan` number
- `amount.lessThanOrEqual` number
- `amount.notEquals` number
- `amount.notIn` number[]
- `amount.specified` boolean
- `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
- `deleted.equals` boolean
- `deleted.in` boolean[]
- `deleted.notEquals` boolean
- `deleted.notIn` boolean[]
- `deleted.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
- `page` integer
- `rewardType.equals` 'VOUCHER' | 'SCORE'
- `rewardType.in` string[]
- `rewardType.notEquals` 'VOUCHER' | 'SCORE'
- `rewardType.notIn` string[]
- `rewardType.specified` boolean
- `size` integer
- `sort` string[]
- `specType.equals` 'MEMBERSHIP' | 'BIRTHDAY' | 'INVITE_FRIEND' | 'NEW_PURCHASE' | 'MONTHLY'
- `specType.in` string[]
- `specType.notEquals` 'MEMBERSHIP' | 'BIRTHDAY' | 'INVITE_FRIEND' | 'NEW_PURCHASE' | 'MONTHLY'
- `specType.notIn` string[]
- `specType.specified` boolean

## 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)
