---
title: "getAllAcceptorTables"
method: GET
path: "/api/acceptor-tables"
tags: ["acceptor-table-resource"]
---

# getAllAcceptorTables

`GET /api/acceptor-tables`

## Query parameters

- `acceptorId.equals` integer
- `acceptorId.greaterThan` integer
- `acceptorId.greaterThanOrEqual` integer
- `acceptorId.in` integer[]
- `acceptorId.lessThan` integer
- `acceptorId.lessThanOrEqual` integer
- `acceptorId.notEquals` integer
- `acceptorId.notIn` integer[]
- `acceptorId.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
- `identifier.contains` string
- `identifier.doesNotContain` string
- `identifier.equals` string
- `identifier.in` string[]
- `identifier.notEquals` string
- `identifier.notIn` string[]
- `identifier.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
- `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)
