Returns the limits for all employees in a specific corporation.
payroll query parameter (format YYYY-MM).If not provided, the limits for the current payroll cycle are returned. Past payroll cycles are not allowed.
payrollCycle object will have id/start/end: null, as the cycle has not yet opened.400 Bad Request.categories query parameter. The response will include only the requested categories in the order they were provided.
The response follows a structure similar to the corporation consumptions endpoint, grouping employees by company and providing their respective limits for benefits like meals, transport, and nurseries.
You can also filter the response by specific benefit categories using the categories query parameter. The response will include only the requested categories in the order they were provided.
Accept header to text/csv.
We support two CSV formats through the csvFormat query parameter:
lines (default): Each row corresponds to a single limit record.columns: Each row corresponds to a single employee, and each limit type is represented as separate columns. The columns for each benefit are named {category} (amount) and {category}-appliesTo (beneficiary).Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The response file type. It can be application/json or text/csv.
application/json, text/csv The unique identifier of the corporation
The fiscal year and month (YYYY-MM) of the payroll cycle the limits belong to (e.g. 2025-03). If not provided, the current payroll cycle limits are returned. Past payroll cycles are not allowed.
"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).lines, columns Corporation limits successfully retrieved