Here is the full example of the event that Radaro sends out when driver passes the Start of Day Checklist.
Token in body
{
"updated_at": "2020-05-28T22:27:05.791461+10:00",
"token": "MlfqEdN60b9fLOHEPdPGUQ",
"result_checklist_info": {
"created_at": "2020-05-28T22:27:05.584837+10:00",
"checklist": {
"title": "Test Start of Day Checklist",
"description": null,
"questions": [
{
"description_image": null,
"correct_answer": true,
"text": "Have you completed the required pre-start checks on your vehicle?",
"description": null,
"subtitles": [],
"answer": {
"choice": true,
"comment": null,
"photos": [
{
"image": "/media/ResultChecklistAnswerPhoto/44e04bf9-5873-4904-9da1-f5e5635fd096.png"
}
]
}
},
{
"description_image": null,
"correct_answer": true,
"text": "Do you have the required documentation for the freight you are carrying?",
"description": null,
"subtitles": [],
"answer": {
"choice": true,
"comment": null,
"photos": [
{
"image": "/media/ResultChecklistAnswerPhoto/37d7f17b-f0ad-490f-97dc-e01044743312.png"
}
]
}
}
]
}
},
"topic": "checklist.start_of_day_checklist_passed",
"driver_info": {
"id": 123,
"member_id": 12345678
}
}
Token in headers
{
"Authorization": "Token MlfqEdN60b9fLOHEPdPGUQ",
}
Body
{
"updated_at": "2020-05-28T22:27:05.791461+10:00",
"result_checklist_info": {
"created_at": "2020-05-28T22:27:05.584837+10:00",
"checklist": {
"title": "Test Start of Day Checklist",
"description": null,
"questions": [
{
"description_image": null,
"correct_answer": true,
"text": "Have you completed the required pre-start checks on your vehicle?",
"description": null,
"subtitles": [],
"answer": {
"choice": true,
"comment": null,
"photos": [
{
"image": "/media/ResultChecklistAnswerPhoto/44e04bf9-5873-4904-9da1-f5e5635fd096.png"
}
]
}
},
{
"description_image": null,
"correct_answer": true,
"text": "Do you have the required documentation for the freight you are carrying?",
"description": null,
"subtitles": [],
"answer": {
"choice": true,
"comment": null,
"photos": [
{
"image": "/media/ResultChecklistAnswerPhoto/37d7f17b-f0ad-490f-97dc-e01044743312.png"
}
]
}
}
]
}
},
"topic": "checklist.start_of_day_checklist_passed",
"driver_info": {
"id": 123,
"member_id": 12345678
}
}