List vehicles tracking data by plate number
GET/data/formatted/vehicles/:plate_number
Retrieve the tracking data for the specified vehicle based on the query parameters limited to the duration of 1 month
Request
Responses
- 200
- 400
- 401
- 500
Successful response based on the query. The data it will fetch will have source time > start_time and <= end_time. So it will exclude the data which comes exactly start time.
Bad request
Unauthorized Access
Something went wrong in the application or the depending services are down. Client should avoid retrying immediately.