position.created

Event message generated when a valid asset position is available for a subscription.

Payload JSON

{
  "lat": 50.869,
  "lon": 2.8942,
  "validity": true,
  "satCount": 3,
  "speed": 48,
  "heading": 169
}

Field level description

FieldTypeOptional/RequiredDescription
assetIdstring (UUID)RequiredUnique identifier of the asset
latitudenumber (float)RequiredThe latitude of the asset position.
longitudenumber (float)RequiredThe longitude of the asset position.
speedintegerOptionalSpeed of the unit at the position in km/h
headingintegerOptionalOrientation of the asset at that position in degrees
registeredOnstring (ISO‑8601 datetime)RequiredThe timestamp provided by the source for when the event was registered.

Did this page help you?