Get employee limits
Limits
List employee limits
Returns the employee limits for all the benefits defined by the partner
GET
Get employee limits
Overview
This endpoint allows you to retrieve the employee limits for all the benefits defined by the partner, such as meals, transport and nurseries. You must specify the payroll cycle to query using the requiredpayroll query parameter (format YYYY-MM). Past payroll cycles are not allowed.
- Current payroll cycle: If the parameter matches the current cycle, the response includes the current payroll cycle details.
- Future payroll cycles: If the parameter is for a future payroll cycle, the
payrollCycleobject will haveid/start/end: null, as the cycle has not yet opened. - Past payroll cycles: Querying for past payroll cycles is not allowed and will return a
400 Bad Request.
categories query parameter. The response will include only the requested categories in the order they were provided.
The response includes the appliesTo field for each benefit, indicating whether the limit applies to the employee or a child, along with the amount.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The response file type. It can be application/json or text/csv.
Available options:
application/json, text/csv Path Parameters
The company identifier
The employee identifier
Query Parameters
The fiscal year and month (YYYY-MM) of the payroll cycle the limits belong to (e.g. 2025-03). Past payroll cycles are not allowed.
Pattern:
^[0-9]{4}-(0[1-9]|1[0-2])$Example:
"2025-03"
List of benefit categories to include in the response, which will return them in the same order as requested.
The format of the resulting limits. Only applicable when Accept is text/csv.
lines: One row per limit (default).columns: One row per employee, with columns for each benefit category (amount and appliesTo).
Available options:
lines, columns Response
Employee limits