scheduledTrips.missionSet.finished
scheduledTrips.missionSet.finished
The scheduledTrips.missionSet.finished event is triggered when a mission set is finished in the system. This event provides a complete snapshot of the mission set including all its associated missions, and actions.
Payload JSON
{
"eventBatchId": "550e8400-e29b-41d4-a716-446655440000",
"eventSubscriptionId": "660e8400-e29b-41d4-a716-446655440001",
"eventBatchTime": "2026-05-27T14:30:00Z",
"eventsData": [
{
"eventType": "scheduledTrips.missionSet.finished",
"eventVersion": 1,
"eventData": {
"actualEndTime": "2026-05-27T14:30:00Z",
"actualEndLocation": {
"longitude": 13.405387,
"latitude": 52.520008,
"validity": "valid"
},
"id": "770e8400-e29b-41d4-a716-000000000001",
"externalId": "sample",
"missions": [
{
"id": "770e8400-e29b-41d4-a716-000000000001",
"externalId": "sample"
}
],
"organizationId": "770e8400-e29b-41d4-a716-000000000002",
"registeredOn": "2026-05-27T14:30:00Z",
"eventId": "770e8400-e29b-41d4-a716-000000000003",
"occurredOn": "2026-05-27T14:30:00Z"
}
}
]
}Field level Description
| Field | Type | Description |
|---|---|---|
| actualEndTime | DateTime | Actual end time of the mission set |
| actualEndLocation | Coordinate | Actual end location of the mission set |
| actualEndLocation.longitude | Double | The longitude coordinate in decimal degrees |
| actualEndLocation.latitude | Double | The latitude coordinate in decimal degrees |
| actualEndLocation.validity | String | Validity status of the coordinate: Valid or Invalid |
| id | Guid | Unique identifier for the mission set |
| externalId | String | External identifier for the mission |
| missions | List<MissionId> | List of missions associated with the mission set |
| missions[].id | Guid | Unique identifier for the mission |
| missions[].externalId | String | External identifier for the mission |
| organizationId | Guid | Organization identifier |
| registeredOn | DateTime | Registration timestamp |
| eventId | Guid | Event identifier |
| occurredOn | DateTime | Event occurrence timestamp |
Updated about 20 hours ago
Did this page help you?