Skip to main content

Hello,

We are currently using classic API (https://api.trackunit.com/public/Unit) to fetch all machine and their details which includes id,serialname,run,run2,name,country,city,address,battery level,power consumption,latitute and longitude.

But this API would be decommissioned by end of 2025 as per reports.

Is there any way we could get all the details in single IRIS API? Is there a better way to do it than below?
 

As far as I am aware, we need to use different IRIS APIs to get different information and flow would be as:

First need to use https://iris.trackunit.com/public/api/machine/machines to fetch all machines and their serialnumbers.
 

Then call individual machine with serial numbers using - https://iris.trackunit.com/public/api/aemp/v2/15143/-3/Fleet/Equipment/ID/{serial number}/CumulativeOperatingHours/{start datetime}/{end datetime}/1 to get all operating hours for that day and then subtract 2 extreme values to get the operation time.

For latitude,logitude - https://iris.trackunit.com/public/api/aemp/v2/15143/-3/Fleet/Equipment/ID/{oemISOIdentifier}/Locations/{startDate}/{endDate}/{pageNumber}
For power consumption - https://iris.trackunit.com/api/telematics-device/v2/devices/{id}/telemetry
For city,country,address- https://internal.dev.awsapi.trackunit.com/api/location/v1/locations/{assetId}

Hello ​@Niv_anon 👋

Thank you for your answer.

We actually have one API call that can replace the GetUnit from Classic API called Fleet snapshot : https://developers.trackunit.com/reference/getfleetsnapshot

This endpoint can provide all the data needed from the device.

Feel free to look into the guide and getting back to me if needed.

BR 😀 

Loris


Thanks ​@Loris Hernandez .It helped alot.
This could give most of the information but lacked a few like country,city,address.

 


Hi ​@Niv_anon 👋

I just wanted to mention that additional location information beyond longitude and latitude can be requested from the Iris Location API, which also has a fleet snapshot endpoint where you can get data for your whole fleet in one call. I saw that you mentioned this API in your original message and it seems that we had a small inconsistency in our documentation that showed a wrong request URL - this has since been fixed and the correct request URL is https://iris.trackunit.com/api/location/v1/locations

Hope this helps!

BR

Kate 


Reply