Fleet
The following endpoints allow you to retrieve the list of all equipments and manage their identity.
Returns the list of all equipments and their identity. 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
0By default, customFields are not included. If set to one, the custom fields will be included in the response
0By default, data sources related to the equipment are not included. If set to one, the data sources will be included in the response
0This 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"}List of equipment
Unable to authenticate the token
Returns the list of archived equipments. 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
0List of archived equipment
Unable to authenticate the token
Returns the identity of a the requested 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
By default, customFields are not included. If set to one, the custom fields will be included in the response
0List of equipment
Unable to authenticate the token
Marks the specified equipment as deleted. The equipment must be archived before it can be mark as deleted.
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
Equipment deleted successfully (no content)
Unable to authenticate the token
Insufficient permissions to access the resource
Resource not found
Equipment cannot be deleted unless it is archived first, or if it is currently involved in an in progress sharing process.
No content
Returns the current status of the specified equipment. The response includes metadata depending on the status
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
Equipment status retrieved successfully
Unable to authenticate the token
Insufficient permissions to access the resource
Resource not found
Marks the specified equipment as archived. Archived equipment will no longer be active, but can be restored later using the /status/active endpoint.
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
Reason or note for archiving the equipment
Equipment is no longer in use and has been replacedEquipment archived successfully (no content)
Unable to authenticate the token
Insufficient permissions to access the resource
Resource not found
Equipment must be active before it can be archived
No content
Restores a previously archived equipment to active status.
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
Equipment unarchived successfully (no content)
Unable to authenticate the token
Insufficient permissions to access the resource
Resource not found
Equipment must be archived before it can be unarchived
No content
Last updated
Was this helpful?