Sync

Fetches new Tive tracker data points from the Tive API for a shipment and stores them in our timeseries collection. Uses a high-water-mark strategy with overlap dedup to prevent duplicate inserts. | authz: min_org_role=operator | () -> (TiveTimeseriesSyncRes)

Authentication

AuthorizationBearer

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

Query parameters

tive_shipment_idstringRequired

Response

Successful Response
total_fetched_from_tiveinteger
skipped_no_locationinteger
duplicates_filteredinteger
new_data_points_countinteger

Errors

422
Timeseries Sync V1request Unprocessable Entity Error