Multi-Course Complete
Event sent when a user completes a multi-training course.
This event is sent whenever a user completes a multi-course training module. Completions of individual courses that are part of this training will be sent as several Course Complete events.
Event Type
MULTI_COURSE_COMPLETEData Structure
Name
Type
Description
resultId
string
The Id of the course result. Formatted as a GUID.
userId
string
The Id of the user that completed the course. Formatted as a GUID.
courseId
string
The Id of the course the user completed. Formatted as a GUID.
childResultIds
string[]
A list of the result Ids for completions that were part of this multi-course training. Formatted as GUIDs.
{
"eventId": "00000000-0000-0000-0000-000000000000",
"eventType": "MULTI_COURSE_COMPLETE",
"organisationId": "00000000-0000-0000-0000-000000000000",
"sent": "2022-09-20T07:53:12.2664878+00:00",
"data": {
"resultId": "00000000-0000-0000-0000-000000000000",
"userId": "00000000-0000-0000-0000-000000000000",
"courseId": "00000000-0000-0000-0000-000000000000",
"childResultIds": [
"00000000-0000-0000-0000-000000000000",
"00000000-0000-0000-0000-000000000000"
]
}
}Last updated