Last seen

Returns the most recent Tive data point for a shipment. Scoped to the caller’s organization. | authz: min_org_role=operator | () -> (TiveDataPoint1 | None)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

tive_shipment_idstringRequired

Response

Successful Response
_idstring
locationobject

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

metadataobject
schema_versioninteger
timestampdatetime
acceleration_gdoubleOptional
acceleration_xdoubleOptional
acceleration_ydoubleOptional
acceleration_zdoubleOptional
batteryintegerOptional
humiditydoubleOptional
lightdoubleOptional
location_methodstringOptional
motionintegerOptional
process_timedatetimeOptional
temperature_fdoubleOptional

Errors

422
Timeseries Last Seen V1request Unprocessable Entity Error