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_id
Response
Successful Response
schema_version
timestamp
metadata
location
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.
_id
temperature_f
humidity
acceleration_g
acceleration_x
acceleration_y
acceleration_z
light
motion
battery
location_method
process_time
Errors
422
Timeseries Last Seen V1request Unprocessable Entity Error

