v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Training
Public API

List Employee Training Records

Returns all training records for the specified employee as an object keyed by training record ID. Use the optional 'type' query parameter to filter by training type ID. Fields such as instructor, credits, hours, and cost are only included when enabled in the company's training settings. The authenticated caller must have permission to view the employee.

OAuth Scopes: training

get/api/v1/training/record/employee/{employeeId}

Path parameters

employeeIdinteger required

The internal employee ID of the employee to get a list of trainings for.

Query parameters

typeinteger

Optional training type ID to filter records. Omitting this parameter returns all training records for the employee.

Response

Returns training records keyed by record ID, or an empty array when the employee has no records.

object required

Object keyed by training record ID, each value is a TrainingRecord.

OR