Snapshot
The following endpoints allow you to retrieve the last information available for all data kinds for a specific equipment or the entire fleet.
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
Returns the list of all equipments and their latest data. 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
Page number to retrieve. The page number starts at 1.
1This 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"}ISO 15143-3 Fleet Snapshot Response
Unable to authenticate the token
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
Unable to authenticate the token
Last updated
Was this helpful?