Employee Tables
List the employee's training records.
Returns a list of training entries from the employee's Training table, for a given employee.
get/people/{id}/training
Path parameters
idstring required
The identifier of the employee.
Query parameters
includeArchivedboolean
By default (false), archived columns are excluded from the response. When set to true, archived columns are included.
Response
List of training entries.