Skip to main content
This page documents known quirks in the Telemax API response format. These are not bugs — do not “fix” them on the client side.

Units reference

Fields where the unit is not obvious from the field name:

Synthetic IDs

The Id 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 from UtcTime and DeviceId. Two requests for the same vehicle at different times return different Id values.
  • PointDto.Id — assigned externally, not from a persistent store.
  • TripDto.Id — synthetic trip identifier.
Do not persist or compare these IDs across sessions.

Timestamp format

All timestamps serialise as: 2025-05-01T14:32:00 (no fractional seconds, no Z suffix).