---
updatedAt: 2025-11-10T23:16:45.000Z
---

Fetch the complete documentation index at: https://developer.deputy.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# TrainingRecord

Association of training assigned to team members

| Data Element | Data Type | What is it                                             | Mandatory |
| :----------- | :-------- | :----------------------------------------------------- | :-------- |
| Id           | Integer   | Unique identifier                                      | Yes       |
| Module       | Integer   | TrainingModule ID that team member has been trained in | Yes       |
| Employee     | Integer   | Employee ID                                            | Yes       |
| TrainingDate | Date      | Date training is valid From                            | Yes       |
| ExpiryDate   | Date      | Date training expires                                  | No        |
| Active       | Boolean   | Is training record still active                        | Yes       |
| File         | String    | Attached file (i.e. certificate of training)           | No        |
| Comment      | String    | Comment                                                | No        |
| Creator      | Integer   | Creator of training record                             | Yes       |
| Created      | Datetime  | When this training record was created                  | Yes       |
| Modified     | Datetime  | When this training record was modified                 | Yes       |

## Foreign Objects which can be linked with the Resource API

EmployeeObject - [Employee](https://developer.deputy.com/docs/employee)\
ModuleObject - [Training Module](https://developer.deputy.com/docs/training)