modifiedAfter
, modifiedBefore
startedAfter
, startedBefore
, startAt
, endAt
/vehicles/{id}/locations
, /vehicles/{id}/stats/historical
/vehicles
, /drivers
, /groups
, /trailers
, /devices
modifiedAfter
for incremental updates/safety/events
, /trips
, /hos/logs
, /hos/daily-logs
, and most other time-based datamodifiedAfter
OR record time parameters/vehicles/{id}/locations
, /vehicles/{id}/stats/historical
startAt
/endAt
)modifiedAfter
:
cursor
parameter (see Pagination Guide)limit
parameter for optimal performancesync.completed
- Provider sync finished, trigger your incremental syncvehicle.added
, vehicle.modified
- Sync vehicles endpoint or use event details directlysafety.added
, safety.modified
- Sync safety events endpoint or use event details directlyconnection.first_sync_completed
(for new connections only)sync.completed
(for any sync completion)GET /syncs/{id}
or GET /connections/current
endpointscursor
parameter (see Pagination Guide)limit
parameter for optimal performancemodifiedAfter
for most endpointsstartAt
/endAt
: Time range for vehicle locations and stats (ISO 8601)startedAfter
/startedBefore
: Time range for events with duration (ISO 8601)startDay
/endDay
: Events from a specific day (YYYY-MM-DD)startMonth
/endMonth
: Events from a specific month (YYYY-MM)modifiedAfter
: Records modified after this timemodifiedBefore
: Records modified before this timeRetry-After
headerlimit
parameter for optimal performance