Back to All

In some objects - fleet/safety-events/audit-logs/feed - returns driver.id=0 what does this mean?

Example: driver.id=0
{
"data": [
{
"id": "1622151765-212014918174029-1550954461759",
"safetyEvent": {
"behaviorLabels": [
{
"name": "Acceleration",
"type": "Acceleration"
}
],
"driver": {
"id": "0"
},
"id": "212014918174029-1550954461759",
"time": "2019-06-13T19:08:25.455Z",
"vehicle": {
"id": "1234"
}
},
"time": "2019-10-12T07:20:50.52Z",
"type": "CreateSafetyEventActivityType"
}
],
"pagination": {
"endCursor": "MjkY",
"hasNextPage": true
}
}