Events
HI Platform sends two events. Both are delivered as signed HTTPS POSTs to your configured endpoint.
| Event | When it fires |
|---|---|
assessment.completed |
A single assessment item has been scored and is ready to consume. |
participation.completed |
The participant has finished every assessment requested from them on the project. |
assessment.completed
A participant completed one assessment on a participation. The payload carries the score for that single item.
One event per assessment. A three-assessment participation produces three
assessment.completed events as the participant progresses, followed by one
participation.completed when all items are in.
See Payloads — assessment.completed for the JSON shape.
participation.completed
The participant has finished every assessment on the project. The payload bundles all scores together and, when the project is configured with a job filter, the participant's match score against it.
See Payloads — participation.completed for the JSON shape.