List Employee Education
list_educationRetrieve employee education history records, including institution, qualification, type, status, and dates. Filter by employee, department, institution, qualification, or date range to find specific entries.
Instructions
Get employee education history records including institution, qualification, type, status and commence/completion dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comments | No | Return only records where the comments field contains this text | |
| employee | No | Employee code to only return records for that particular employee | |
| department | No | One or more department names (separated by commas) to filter by | |
| institution | No | Return only records with this partial text within the institution field | |
| max_records | No | Optional client-side limit on the number of records returned. Use to keep responses small when exploring data; the API itself does not paginate. | |
| qualification | No | Return only records with this partial text within the qualification field | |
| education_type | No | Only list records matching this education type | |
| commence_date_to | No | Only education records which commenced on/before this date (format yyyy-mm-dd) | |
| education_status | No | Only list records matching this education outcome/status | |
| commence_date_from | No | Only education records which commenced on/after this date (format yyyy-mm-dd) | |
| completion_date_to | No | Only education records completed on/before this date (format yyyy-mm-dd) | |
| completion_date_from | No | Only education records completed on/after this date (format yyyy-mm-dd) |