Training Completion API
The Training Completion API is for setting completion dates on Course Assignments that are already assigned to people.
Endpoint
/1.0/training
Objects used by this API
Course Assignment object
Name | Data type | Read only | Description |
completion_date | date | Yes | The training completion date |
Methods
PUT /training/person/:id/course/:id
Update completion date for a Course Assignment matching the given person ID and course ID. Note: A Course Assignment of the given course ID must already be assigned to the given person ID.
The following parameters are valid. Other parameters that do not appear in this list will be accepted but silently ignored.
Name | Required |
completion_date | Yes |