---
title: "List statutories"
method: GET
path: "/mealvoucher/api/statutories"
tags: ["Statutory"]
---

# List statutories

`GET /mealvoucher/api/statutories`

Retrieve all existing statutories. A statutory is the object that contains the application settings.

There can be several statutories whenever settings differ between establishments.

## Query parameters

- `fields` 'id' | 'startsOn' | 'endsOn' | 'status' | 'statutoryId' | 'activecomputation'
- `limit` integer
- `fields.root` 'count'

## Response `200`

OK

- object
  - `items` Statutory[]
    - `id` string, uuid — Unique Identifier of the statutory
    - `name` string — Name of the statutory
  - `count` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/luccasoftware/apis/lucca-expenses.md) · [All operations](https://skmtc.net/luccasoftware/apis/lucca-expenses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luccasoftware/lucca-expenses/revisions/110f9897756c/schema)
