Get Last Known Odometer
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | Odometer | Required |
Response Codes
Code | Message | Information |
---|---|---|
0 | Response Data | See 'Response' example tab |
2 | misc_noRight | You do not have the permissions to access live tracking information. |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=odometer
Response Data
{ "Code": 0, "Result": [ { "AssetRegistration": "ASS1234567890", "AssetReference": "", "OdometerDate": "2023-06-07 14:23:00", "OdometerValue": 123456, "OdometerValueEstimated": 124456 }, { "AssetRegistration": "ASS0987654321", "AssetReference": "", "OdometerDate": "2022-09-28 09:47:00", "OdometerValue": 234567, "OdometerValueEstimated": 235567 }, { "AssetRegistration": "ASS1122334455", "AssetReference": "", "OdometerDate": "2022-09-27 11:05:00", "OdometerValue": 345678, "OdometerValueEstimated": 346678 }, { "AssetRegistration": "ASS5566778899", "AssetReference": "", "OdometerDate": "2022-09-26 16:32:00", "OdometerValue": 456789, "OdometerValueEstimated": 457789 }, { "AssetRegistration": "ASS2233445566", "AssetReference": "", "OdometerDate": "2022-09-24 08:17:00", "OdometerValue": 567890, "OdometerValueEstimated": 568890 } ] }
This method does not return positional information.
For positional values use Get last known position or Get last known position and odometer for a combined dataset.
note
- Time Zone: Dates provided in the response will be interpreted according to the time zone of the logged-in user.
- Units of Measurement: Speed, distance and odometer data will be presented in either kilometers or miles, depending on the logged-in user's settings.
- PositionContactName will only be included if the resource stopped at a known contact.
- Sometimes, no asset or position information is returned, e.g. when a resource is in private mode