APIs to retrieve information about device's last seen and ping (also known as heartbeat) details.
Last seen details of the device
Device create error - Bad Request
Authorization information is missing or invalid.
Not found
Internal Server Error
{- "code": 0,
- "message": "string",
- "content": {
- "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
- "timestamp": "2019-08-24T14:15:22Z",
- "status": 0
}
}
Last seen details of the device
Device create error - Bad Request
Authorization information is missing or invalid.
Internal Server Error
{- "code": 0,
- "message": "string",
- "content": {
- "count": 0,
- "prev": "string",
- "next": "string",
- "results": [
- {
- "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
- "timestamp": "2019-08-24T14:15:22Z",
- "status": 0
}
]
}
}