Retrieve the latest GPS location for a specific container/booking combination, scoped to your entity.
GET /api/public/GetAssetLocation
Parameter Type Required Description
APIKey string Yes Your encrypted entity API key (obtain from your TrakIT administrator)
ContainerNo string Yes Container number
BookingNo string Yes Booking / BOL reference number
RetInfo contains an array (0 or 1 records) with the most recent GPS location.
{
"Code": 0,
"Info": "",
"RowsAffected": 1,
"RetInfo": [
{
"worder": "",
"containerno": "TCKU3456789",
"bookingno": "BK-2025-001",
"gpsdate": "2025-11-15T10:22:00",
"gpslat": -26.2041,
"gpslong": 28.0473,
"event": "Gate In",
"eventstatus": "Y"
}
]
}
Field Description
gpsdate UTC date/time of the GPS reading
gpslat / gpslong Latitude / Longitude in decimal degrees
event Most recent event name (empty if none)
eventstatus "Y" if an event exists, "N" if no event