Skip to main content

Periodic Data

caution

The vehicle data inside items[] is an optional value included in the response only when received.

Request Info

  • Protocol: HTTPS (Mandatory)
  • Method: POST

Request Header

The request header includes the following values.

KeyDescriptionType(Sample) Value
Content-TypeContent TypeStringapplication/json; charset=utf-8
X-API-VersionFleet API versionStringv1.0
X-42dot-transmissionTypeCollection/Transmission interval informationString10S_30S
X-Custom-Key(Optional) Custom header registered by the user when registering a WebhookStringMy custom value

Payload Schema

KeyDescriptionTypeSample valueCollection/Transmission cycle (s)
vinVehicle Identification NumberStringHMGSDV00000000001-
vehicleIdVehicle Unique IDStringe79049fb-e744-11ef-8dd9-f56aaa011ede-
itemsCountNumber of itemsInteger3-
itemsVehicle data arrayObject Array-
items[].messageTimeTime vehicle data was recorded (ISO 8601)String2025-02-12T08:12:58.628000000Z-
items[].dataVehicle Data ObjectUsage (object)-
items[].data.Vehicle.LatitudeLatitudeValueObject<Double>10 / 30
items[].data.Vehicle.LongitudeLongitudeValueObject<Double>10 / 30
items[].data.Vehicle.SpeedVehicle Speed (km/h)ValueObject<Double>10 / 30
items[].data.Vehicle.OdometerOdometer (km)ValueObject<Double>10 / 30
items[].data.AuxiliaryBattery.Voltage12V Battery Voltage (Volt)ValueObject<Double>10 / 30
items[].data.Vehicle.Tire.Pressure.FrontLeftTire Pressure FLValueObject<Double>10 / 30
items[].data.Vehicle.Tire.Pressure.FrontRightTire Pressure FRValueObject<Double>10 / 30
items[].data.Vehicle.Tire.Pressure.RearLeftTire Pressure RLValueObject<Double>10 / 30
items[].data.Vehicle.Tire.Pressure.RearRightTire Pressure RRValueObject<Double>10 / 30
items[].data.ChargeSystem.ActiveCharging StatusValueObject<String>[ "ACTIVE", "INACTIVE" ]10 / 30
items[].data.TractionBattery.SOCBattery SOC (%)ValueObject<Double>10 / 30
items[].data.Vehicle.DTEDriving Range (km)ValueObject<Double>10 / 30
items[].data.TractionBattery.RegenerativeEnergyRegenerative Energy (kWh)ValueObject<Double>10 / 30

Payload examples

Payload example 1

{
"vin": "HMGSDV00000000001",
"vehicleId": "e79049fb-e744-11ef-8dd9-f56aaa011ede",
"itemsCount": 3,
"items": [
{
"messageTime": "2025-02-12T08:12:58.628000000Z",
"data": {
"Vehicle": {
"Speed": {
"value": 33.0,
"eventTime": "2025-02-12T08:12:58.628000000Z"
},
"Odometer": {
"value": 85488.20000000001,
"eventTime": "2025-02-12T08:12:58.628000000Z"
},
"Longitude": {
"value": -154.91031883652636,
"eventTime": "2025-02-12T08:12:58.628000000Z"
},
"Latitude": {
"value": -18.69372709987225,
"eventTime": "2025-02-12T08:12:58.628000000Z"
}
}
}
},
{
"messageTime": "2025-02-12T08:12:48.529000000Z",
"data": {
"Vehicle": {
"Speed": {
"value": 33.0,
"eventTime": "2025-02-12T08:12:48.529000000Z"
},
"Odometer": {
"value": 85488.20000000001,
"eventTime": "2025-02-12T08:12:48.529000000Z"
},
"Longitude": {
"value": -19.375769325931543,
"eventTime": "2025-02-12T08:12:48.529000000Z"
},
"Latitude": {
"value": -76.1095325617343,
"eventTime": "2025-02-12T08:12:48.529000000Z"
}
}
}
},
{
"messageTime": "2025-02-12T08:12:38.433000000Z",
"data": {
"Vehicle": {
"Speed": {
"value": 33.0,
"eventTime": "2025-02-12T08:12:38.433000000Z"
},
"Odometer": {
"value": 85488.20000000001,
"eventTime": "2025-02-12T08:12:38.433000000Z"
},
"Longitude": {
"value": -14.687766053318,
"eventTime": "2025-02-12T08:12:38.433000000Z"
},
"Latitude": {
"value": 0.07465427590453544,
"eventTime": "2025-02-12T08:12:38.433000000Z"
}
}
}
}
]
}

Payload example 2

{
"vin": "HMGSDV00000000001",
"vehicleId": "e79049fb-e744-11ef-8dd9-f56aaa011ede",
"itemsCount": 1,
"items": [
{
"messageTime": "2025-02-12T08:12:58.628000000Z",
"data": {
"Tire": {
"Pressure": {
"FrontLeft": {
"value": 37.0,
"eventTime": "2025-02-12T08:12:58.628000000Z"
},
"RearRight": {
"value": 37.0,
"eventTime": "2025-02-12T08:12:58.628000000Z"
},
"RearLeft": {
"value": 37.0,
"eventTime": "2025-02-12T08:12:58.628000000Z"
},
"FrontRight": {
"value": 37.0,
"eventTime": "2025-02-12T08:12:58.628000000Z"
}
}
},
"AuxiliaryBattery": {
"Voltage": {
"value": 14.685,
"eventTime": "2025-02-12T08:12:58.628000000Z"
}
},
"Acceleration": {
"Longitudinal": {
"value": -0.023326094999999825,
"eventTime": "2025-02-12T08:12:58.628000000Z"
},
"Lateral": {
"value": 0.025875394999999912,
"eventTime": "2025-02-12T08:12:58.628000000Z"
}
}
}
}
]
}

Payload example 3

{
"vin": "HMGSDV00000000001",
"vehicleId": "e79049fb-e744-11ef-8dd9-f56aaa011ede",
"itemsCount": 1,
"items": [
{
"messageTime": "2025-02-12T08:12:58.628000000Z",
"data": {
"ChargeSystem": {
"Active": {
"value": "INACTIVE",
"eventTime": "2024-12-12T08:24:09.107000000Z"
}
},
"Vehicle": {
"DTE": {
"value": 412.0,
"eventTime": "2025-02-12T08:12:58.628000000Z"
}
},
"TractionBattery": {
"SOC": {
"value": 95.0,
"eventTime": "2025-02-12T08:12:58.628000000Z"
}
}
}
}
]
}