/
Result Update Webhook
Clearspeed sends a POST request to the customer's webhook endpoint when a result is published or updated. Customers must return HTTP 200 to acknowledge receipt.
Example:
[ { "sequence": "7", "risk_level": "LR", "text": "Q7 " }, { "sequence": "2", "risk_level": "HR", "text": "Q2 " } ]
POST
- Overall evaluation with AR
- Attempted - Incomplete
- Attempted - Partial
- Overall evaluation with HR
- Overall evaluation with LR
- Overall evaluation with G
- Overall evaluation with LR/AD
- Overall evaluation with Precision R/G -> G
- Overall evaluation with Precision R/G -> R
- Under_Review
{ "project_uuid": "XXXXXXXX-ef1f-4d91-a2e2-7b33132b00f1", "callback_type": "Result Update", "access_code": "7136XXXX59", "interview_ref_num": "456XXXX642", "status": "Result Published", "questions_risk_rating": [ { … }, { … }, { … }, { … }, { … }, { … }, { … } ], "overall_evaluation": "HR", "is_admission": false, "is_counter_measure": false, "is_not_complete": false, "participant_language": "English", "summary": "AR", "summary_bgcolor": "#dc3545", "clear": true }