Adding Custom Fields to Equipment
Overview
Common Use Cases
Contract Management
Asset Lifecycle Tracking
Maintenance Planning
Operational Status Tracking
Reading Custom Field Data
Retrieving Equipment with Custom Fields
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
0By default, equipment group information is not included. If set to one, the group information 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
Getting Custom Field Values for Specific Equipment
Returns the identity of 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
Updating Custom Field Values
Setting Custom Field Values
add assetCustomFields data with assetId or (serialNumber AND make)
Generate a JWT when you log in. Use it in your following requests in the header as x-access-token: your-token-here
AssetCustomFields has been added
OKMissing parameters or invalid parameters
Unable to authenticate the token
An error occurred while processing the request
Best Practices
Custom Field Design
Data Management
Last updated
Was this helpful?