Setting up efficient polling strategies
Overview
Real-Time Fleet Monitoring
Current Fleet Activity
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
Individual Equipment Monitoring
Returns the last information available for all data kinds for specific 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
Latest snapshot of the machine
Snapshot of the specified device for all kinds
Unable to authenticate the token
Historical Data Collection
Comprehensive Equipment Data History
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
Simplified Equipment History
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
Best Practices
Polling Frequency Guidelines
Time Window Strategy
Implementation Tips
Last updated
Was this helpful?