Introduction
Get the sensor data feeds which is generated after the given timestamp.
The API request format is:
GET http://52.28.33.220:3000/vehicle/v2/{vin}/drivelogs/{timestamp}
The timestamp parameter is used to filter the data which is generated after the specified data, it is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT)
HTTP response status code
HTTP status code | Description | Note |
---|---|---|
200 |
Successful |
|
500 |
Internal server error |
|
400 |
The syntax of the request is not correct. |
|
404 |
Resource not found |
|