v1
latestOpenAPI 3.0.32026-08-0645108163.2 KBRetrieves all wagestep options
Returns all wagestep for a collective labour agreement based on function, level, type and education
Query parameters
The unique number of the collective labour agreement, as returned from the /get-collective-labour-agreements endpoint.
The functionLevel, as returned from the /get-functions endpoint.
The function type, as returned from the /get-functions endpoint.
The functionSubtype
The education, the name as returned from the /get-educations endpoint.
The effective date for which the wage applies, in YYYY-MM-DD format. Defaults to today's date if not provided. Is adjusted forward to today, if a date in the past is provided. This ensures that an active wage set is used (older wages sets are expired, and are then no longer used).
For example, say that today is 2026-01-02, say there was a wage increase on 2026-01-01, and say you call this endpoint with an effectiveDate of 2025-12-31. This endpoint will then implicitly act as if you called it with an effectiveDate of 2026-01-02. That is, it will use the wage set of 2026-01-01.
This means that if you called it on 2025-12-31 and then call it again on 2026-01-01, it will return a different result for the same input parameters, because the effective date is silently increased to 2026-01-01.
This adjustment is done implicitly for backwards compatibility reasons. Future HTTP APIs may instead of return an HTTP 400 with an error code instead.
Response
Success