scheduledTrips.missionSet.started


scheduledTrips.missionSet.started

The scheduledTrips.missionSet.started event is triggered when a mission set is started 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.started",
      "eventVersion": 1,
      "eventData": {
        "actualDriverId": "770e8400-e29b-41d4-a716-000000000001",
        "actualAssetId": "770e8400-e29b-41d4-a716-000000000002",
        "actualStartTime": "2026-05-27T14:30:00Z",
        "actualStartLocation": {
          "longitude": 13.405387,
          "latitude": 52.520008,
          "validity": "valid"
        },
        "id": "770e8400-e29b-41d4-a716-000000000003",
        "externalId": "sample",
        "missions": [
          {
            "id": "770e8400-e29b-41d4-a716-000000000001",
            "externalId": "sample"
          }
        ],
        "organizationId": "770e8400-e29b-41d4-a716-000000000004",
        "registeredOn": "2026-05-27T14:30:00Z",
        "eventId": "770e8400-e29b-41d4-a716-000000000005",
        "occurredOn": "2026-05-27T14:30:00Z"
      }
    }
  ]
}

Field level Description

FieldTypeDescription
actualDriverIdGuidUnique identifier for the actual driver
actualAssetIdGuidUnique identifier for the actual asset
actualStartTimeDateTimeActual start time of the mission set
actualStartLocationCoordinateActual start location of the mission set
actualStartLocation.longitudeDoubleThe longitude coordinate in decimal degrees
actualStartLocation.latitudeDoubleThe latitude coordinate in decimal degrees
actualStartLocation.validityStringValidity status of the coordinate: Valid or Invalid
idGuidUnique identifier for the mission set
externalIdStringExternal identifier for the mission
missionsList<MissionId>List of missions associated with the mission set
missions[].idGuidUnique identifier for the mission
missions[].externalIdStringExternal identifier for the mission
organizationIdGuidOrganization identifier
registeredOnDateTimeRegistration timestamp
eventIdGuidEvent identifier
occurredOnDateTimeEvent occurrence timestamp

Did this page help you?