Activity.updated
{
"eventId": "e0ec6118-a5d8-4c70-9d5a-69088501842f",
"eventTime": "2025-08-19T12:08:52.2959363Z",
"eventOrganizationId": "e6c0f169-6f7a-4981-8e1a-0ca8344c4a77",
"subscriptions": [
{
"eventSubscriptionIds": [
"48c771b5-f622-4277-bf70-236a2ee49225"
],
"eventsMeta": [
{
"eventName": "activity.updated",
"count": 1
}
],
"eventsData": [
{
"eventType": "activity.updated",
"eventVersion": 1,
"eventData": {
"assetId": "d3cf5f9c-c8c7-479a-ad28-396d924c4cfa", // Identifier of the asset involved in the activity
"driverId": "6acfacdd-f7c2-4c75-bb1f-c920086f50ba", // Identifier of the driver performing the activity
"activityId": "b8af4ef1-b529-4f43-85be-9cd45c59a0be", // Unique identifier of the activity
"activityType": "standstill", // Type of activity (e.g., standstill, driving)
"activityDefinitionId": "1868a6e9-a0ae-4cd8-b087-a4fa49af577d", // Identifier of the activity definition
"workflowSessionId": "919269e0-f11d-41b8-910f-b10759fe031b", // Reference to a workflow session
"startTime": "2025-08-19T12:08:24.485Z", // Start time of the activity
"startPosition": {
//The position at the start of the activity. Can be null if no position can be mapped on the startTime.
"longitude": 7.7748,
"latitude": 50.9818
},
"endTime": null, //The end time of the activity. Null for the currently ongoing activity; as soon as the activity ends, an updated event will be raised that contains a value for the endTime.
"endPosition": null, // The position at the end of the activity. Can be null in case the activity has not yet ended, or no position can be mapped on the endTime
"startMileage": 48627, // The mileage at the start of the activity. Can be null in case no mileage can be mapped on the startTime
"endMileage": null, // The mileage at the end of the activity. Can be null in case the activity has not yet ended, or no mileage can be mapped on the endTime
"activityState": "Reliable", // The state indicating the reliability of the activity
"hasDuration": true, // Indicates whether the activity has a duration
"modifiedOn": "2025-08-19T12:08:27.459Z", // Last modified timestamp of the activity
"registeredOn": "2025-08-19T12:08:52.0001287Z" // Timestamp when the event was registered
}
}
]
}
]
}
Updated 30 days ago