Units reference
Fields where the unit is not obvious from the field name:Synthetic IDs
TheId field on position, point, and trip objects is a synthetic identifier — it is not a database primary key and will change if the underlying data changes.
PositionDto.Id— computed fromUtcTimeandDeviceId. Two requests for the same vehicle at different times return differentIdvalues.PointDto.Id— assigned externally, not from a persistent store.TripDto.Id— synthetic trip identifier.
Timestamp format
All timestamps serialise as:2025-05-01T14:32:00 (no fractional seconds, no Z suffix).