Skip to content

Device Activity

POST
/reports/activity

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Request Body

JSON
{
"deviceId": 0,
"dateRange": "string",
"parameters": "string"
}

Responses

Request was successful
application/json
JSON
{
"off": {
"time": 0,
"distance": 0
},
"idle": {
"time": 0,
"distance": 0
},
"movingWithIgnitionOn": {
"time": 0,
"distance": 0
},
"movingWithIgnitionOff": {
"time": 0,
"distance": 0
},
"log": [
{
}
]
}

Samples