Here is the full example of the event that Radaro sends out when driver passes the End of Day Checklist.
Token in body
{
"updated_at": "2022-07-27T23:17:37.770574+10:00",
"token": "8GTgRjBVWTUjGjyuI6an5Q",
"result_checklist_info": {
"created_at": "2022-07-27T23:17:37.319330+10:00",
"checklist": {
"title": "qerNnCGwjgPx",
"description": null,
"questions": [
{
"description_image": null,
"correct_answer": true,
"text": "TEXIrFdXWcKM",
"description": null,
"subtitles": [],
"answer": {
"choice": true,
"comment": "comment for 5",
"photos": [
{
"image": "/media/ResultChecklistAnswerPhoto/bce24d0e-86db-4c98-b74e-0dacb664299a.png",
"image_location": null,
"happened_at": null
}
]
}
},
{
"description_image": null,
"correct_answer": true,
"text": "VIqXUrwjNKSm",
"description": null,
"subtitles": [],
"answer": {
"choice": true,
"comment": "comment for 6",
"photos": [
{
"image": "/media/ResultChecklistAnswerPhoto/d9eee0cf-1926-4996-b2d1-91d7290edc25.png",
"image_location": null,
"happened_at": null
}
]
}
}
]
}
},
"topic": "checklist.end_of_day_checklist_passed",
"driver_info": {
"id": 2,
"member_id": 67149838
}
}
Token in headers
{
"Authorization": "Token MlfqEdN60b9fLOHEPdPGUQ",
}
Body
{
"updated_at": "2022-07-27T23:17:37.770574+10:00",
"result_checklist_info": {
"created_at": "2022-07-27T23:17:37.319330+10:00",
"checklist": {
"title": "qerNnCGwjgPx",
"description": null,
"questions": [
{
"description_image": null,
"correct_answer": true,
"text": "TEXIrFdXWcKM",
"description": null,
"subtitles": [],
"answer": {
"choice": true,
"comment": "comment for 5",
"photos": [
{
"image": "/media/ResultChecklistAnswerPhoto/bce24d0e-86db-4c98-b74e-0dacb664299a.png",
"image_location": null,
"happened_at": null
}
]
}
},
{
"description_image": null,
"correct_answer": true,
"text": "VIqXUrwjNKSm",
"description": null,
"subtitles": [],
"answer": {
"choice": true,
"comment": "comment for 6",
"photos": [
{
"image": "/media/ResultChecklistAnswerPhoto/d9eee0cf-1926-4996-b2d1-91d7290edc25.png",
"image_location": null,
"happened_at": null
}
]
}
}
]
}
},
"topic": "checklist.end_of_day_checklist_passed",
"driver_info": {
"id": 2,
"member_id": 67149838
}
}