List Employee Training
list_trainingRetrieve employee training records including course details, type, status, cost, reimbursement, and dates. Filter results by employee, department, course, institution, cost, or date range.
Instructions
Get employee training course records including type, status, course name, institution, cost, reimbursement and commence/completion dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cost_to | No | Only training records with a cost less than or equal to this figure | |
| comments | No | Return only records with this partial text within the comments field | |
| employee | No | Employee code to only return records for that particular employee | |
| cost_from | No | Only training records with a cost greater than or equal to this figure | |
| department | No | One or more department names (separated by commas) to filter by | |
| course_name | No | Return only records with this partial text in the course name field | |
| institution | No | Return only records with this partial text in the course 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. | |
| training_type | No | Only list entries matching this training type | |
| training_status | No | Only list entries matching this training status | |
| commence_date_to | No | Only training which commenced on/before this date (format yyyy-mm-dd) | |
| reimbursement_to | No | Only records with reimbursement less than or equal to this figure | |
| commence_date_from | No | Only training which commenced on/after this date (format yyyy-mm-dd) | |
| completion_date_to | No | Only training completed on/before this date (format yyyy-mm-dd) | |
| reimbursement_from | No | Only records with reimbursement greater than or equal to this figure | |
| completion_date_from | No | Only training completed on/after this date (format yyyy-mm-dd) |