---
title: "Retrieves all educations options"
method: GET
path: "/public/collective-labour-agreement/v1/get-education"
tags: ["Collective labour agreements"]
---

# Retrieves all educations options

`GET /public/collective-labour-agreement/v1/get-education`

Returns all functions for a collective labour agreement based on function, level and type

## Query parameters

- `collectiveLabourAgreementNumber` integer, required — The unique number of the collective labour agreement, as returned from the /get-collective-labour-agreements endpoint.
- `functionLevel` string, required — The functionLevel, as returned from the /get-functions endpoint.
- `functionType` string — The function type, as returned from the /get-functions endpoint.
- `age` integer

## Response `200`

Success

- EducationV1[]
  - `name` string, required
  - `description` string, required — description of the education

## Other responses

- `400` — The request could not be processed. This could be due to a number of reasons: * The request does not have all required data. * Data in the request is invalid. * Data in the request is inconsistent. * The operation is not allowed given the current state of the data.
- `401` — Error. User not authorized.
- `403` — Forbidden. User is not authorized to access data.
- `404` — Collective labour agreement not found.
- `500` — Internal Server Error

---

[API](https://skmtc.net/maqqie/apis/maqqie-public-api.md) · [All operations](https://skmtc.net/maqqie/apis/maqqie-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maqqie/maqqie-public-api/revisions/41e5cd97d4d7/schema)
