v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
Statutory

List 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.

get/mealvoucher/api/statutories

Query parameters

fields'id' | 'startsOn' | 'endsOn' | 'status' | 'statutoryId' | 'activecomputation'

fields is used to select specific properties

limitinteger

Page size

fields.root'count'

Return total items count (across all pages).

Response

OK

countinteger

Example response

{
  "items": [
    {
      "id": "8310b1ad-7145-4dfa-a980-89418f43957f",
      "name": "Lucca Brest"
    },
    {
      "id": "9811c404-be70-4f5a-94cc-ff57e05f34f9",
      "name": "Lucca Nantes"
    }
  ],
  "count": 2
}