curl --request GET \
--url https://{host}/mealvoucher/api/statutories \
--header 'Authorization: <authorization>'{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
],
"count": 123
}Retrieve all existing statutories. A statutory is the object that contains the application settings.
There can be several statutories whenever settings differ between establishments.
curl --request GET \
--url https://{host}/mealvoucher/api/statutories \
--header 'Authorization: <authorization>'{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
],
"count": 123
}API key. Value must be formatted like so: lucca application={api_key}.
fields is used to select specific properties
id, startsOn, endsOn, status, statutoryId, activecomputation Page size
1 <= x <= 10Return total items count (across all pages).
prev, next, count Was this page helpful?