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}