GET
/
mealvoucher
/
api
/
statutories
curl --request GET \
  --url https://{account}-{sandboxName}.sandbox.{server}.luccasoftware.com/mealvoucher/api/statutories
{
  "items": [
    {
      "id": "8310b1ad-7145-4dfa-a980-89418f43957f",
      "name": "Lucca Brest"
    },
    {
      "id": "9811c404-be70-4f5a-94cc-ff57e05f34f9",
      "name": "Lucca Nantes"
    }
  ],
  "count": 2
}

Query Parameters

fields
enum<string>

fields is used to select specific properties

Available options:
id,
startsOn,
endsOn,
status,
statutoryId,
activecomputation
limit
integer
default:
10

Page size

Required range: 1 < x < 10
fields.root
enum<string>

Return total items count (across all pages).

Available options:
prev,
next,
count

Response

200
application/json
OK
items
object[]
count
integer