Synchronizing with a Data Lake
Overview
Initial Data Lake Population
Complete Historical Data Load
Returns time series data for a specific data kind for a piece of equipment.
Generate a JWT when you log in. Use it in your following requests in the header as x-access-token: your-token-here
ID of the equipment
Data kind identifier.
batteryLevelPossible values: Default is beginning of yesterday UTC
Default is end of today UTC
Snapshot of all devices
Unable to authenticate the token
Consolidated Overview Data
Returns comprehensive daily history for a piece of equipment including positions, usage, and fault codes.
Generate a JWT when you log in. Use it in your following requests in the header as x-access-token: your-token-here
ID of the equipment
Default is beginning of yesterday UTC
Default is end of today UTC
Specific equipment details with its history
Unable to authenticate the token
Incremental Synchronization
Real-Time Data Sync
Returns the last information available for all data kinds for the fleet. This endpoint is paginated.
Generate a JWT when you log in. Use it in your following requests in the header as x-access-token: your-token-here
The numbers of items to return
20The number of items to skip before starting to collect the result set
0Optional - if provided it will return the equipment with a fleet number or serialNumber matching the parameter
This parameter allows filtering the equipments based on whether the equipment is currently involved in an in-progress sharing process or not.
{"value":0,"summary":"Filter by not in progress sharing"}Snapshot of all devices
Unable to authenticate the token
Delayed Data Recovery
Last updated
Was this helpful?