{
"version": "<string>",
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fleet_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fleet_ref": "<string>",
"connection_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"source_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"occurred_at": "2023-11-07T05:31:56Z",
"source_trailer_id": "<string>",
"tsp_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tsp_slug": "<string>",
"deleted_at": "2023-11-07T05:31:56Z",
"execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"schedule_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"extras": {},
"trailer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"power_on": true,
"battery_voltage": 123,
"battery_percent": 123,
"source_control_mode": "<string>",
"door_open": true,
"fuel_level": 123,
"reefer_engine_hours": 123,
"ambient_temperature": 123,
"zones": [
{
"zone": 123,
"setpoint_temperature": 123,
"return_air_temperature": 123,
"discharge_air_temperature": 123,
"door_open": true,
"thermal_status": "<string>",
"cargo_status": "<string>"
}
],
"remote_probe_statuses": [
{
"probe_id": "<string>",
"temperature": 123,
"humidity_percent": 123
}
],
"pre_trip_status": {
"result": "<string>",
"initiated_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z"
},
"suction_pressure_kpa": 123,
"discharge_pressure_kpa": 123,
"humidity_percent": 123,
"active_alarms": [
{
"source_code": "<string>",
"description": "<string>",
"severity": "<string>"
}
],
"location": {
"type": "<string>",
"coordinates": {
"[0]": 123,
"[1]": 123
},
"bbox": {
"[0]": 123,
"[1]": 123,
"[2]": 123,
"[3]": 123
}
},
"h3_index_11": "<unknown>"
}
],
"webhook_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_name": "trailer_status.modified",
"timestamp": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"delivery_attempt": 0
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Webhook Events
Trailer status modified
Emitted when a trailer status is modified in our database.
WEBHOOK
trailer_status.modified
{
"version": "<string>",
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fleet_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fleet_ref": "<string>",
"connection_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"source_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"occurred_at": "2023-11-07T05:31:56Z",
"source_trailer_id": "<string>",
"tsp_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tsp_slug": "<string>",
"deleted_at": "2023-11-07T05:31:56Z",
"execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"schedule_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"extras": {},
"trailer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"power_on": true,
"battery_voltage": 123,
"battery_percent": 123,
"source_control_mode": "<string>",
"door_open": true,
"fuel_level": 123,
"reefer_engine_hours": 123,
"ambient_temperature": 123,
"zones": [
{
"zone": 123,
"setpoint_temperature": 123,
"return_air_temperature": 123,
"discharge_air_temperature": 123,
"door_open": true,
"thermal_status": "<string>",
"cargo_status": "<string>"
}
],
"remote_probe_statuses": [
{
"probe_id": "<string>",
"temperature": 123,
"humidity_percent": 123
}
],
"pre_trip_status": {
"result": "<string>",
"initiated_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z"
},
"suction_pressure_kpa": 123,
"discharge_pressure_kpa": 123,
"humidity_percent": 123,
"active_alarms": [
{
"source_code": "<string>",
"description": "<string>",
"severity": "<string>"
}
],
"location": {
"type": "<string>",
"coordinates": {
"[0]": 123,
"[1]": 123
},
"bbox": {
"[0]": 123,
"[1]": 123,
"[2]": 123,
"[3]": 123
}
},
"h3_index_11": "<unknown>"
}
],
"webhook_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_name": "trailer_status.modified",
"timestamp": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"delivery_attempt": 0
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Body
application/json
Trailer status modified event.
Version of the schema used for this event
Pattern:
^\d+\.\d+$Examples:
"1.0"
"1.1"
"2.0"
The event payload, with one or more records of the specified type
Show child attributes
Show child attributes
Unique identifier for the webhook subscription that triggered this delivery
ISO 8601 timestamp when the event occurred
Unique identifier for this specific event instance (UUID v7 for time-ordered sorting)
The number of times the event has been attempted to be delivered
Response
Successful Response
Was this page helpful?
⌘I