v1
latestSwagger 2.0BSD License2026-08-04346147268.3 KBapi
List all employee training objects. Employee Training object represents assignement of a training to an employee.
If you want to fetch only assigned trainings to one particular employee, you can use the employee_id query parameter.
Or if you want to see all employees assigned to a particulat training, you can use the training_id query parameter.
get/api/public/employee_trainings/
Query parameters
pageinteger
A page number within the paginated result set.
page_sizeinteger
Number of results to return per page.
employee_idstring
Employee ID
training_idstring
Training ID
employee_namestring
Employee Name
training_namestring
Training Name
completion_statusboolean
Employee Training Completion Status
yearinteger
Employee Training Year
Response
OK