v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1458290352.8 KB

Retrieves a device's most recent position according to its sample time.

Device positions are deleted after 30 days.

get/tracking/v0/trackers/{TrackerName}/devices/{DeviceId}/positions/latest

Path parameters

DeviceIdstring required

The device whose position you want to retrieve.

TrackerNamestring required

The tracker resource receiving the position update.

Response

Success

DeviceIdstring

The device whose position you retrieved.

PositionDouble[] required

The last known device position.

PositionPropertiesobject

The properties associated with the position.

ReceivedTimestring date-time required

The timestamp for when the tracker resource received the device position in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601 </a> format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>.

SampleTimestring date-time required

The timestamp at which the device's position was determined. Uses <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601 </a> format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>.