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
| Field | Type | Optional/Required | Description |
|---|---|---|---|
| assetId | string (UUID) | Required | Unique identifier of the asset |
| latitude | number (float) | Required | The latitude of the asset position. |
| longitude | number (float) | Required | The longitude of the asset position. |
| speed | integer | Optional | Speed of the unit at the position in km/h |
| heading | integer | Optional | Orientation of the asset at that position in degrees |
| registeredOn | string (ISO‑8601 datetime) | Required | The timestamp provided by the source for when the event was registered. |
Updated about 13 hours ago
Did this page help you?