Workspaces
The following endpoints allow you to retrieve the list of all workspaces available and manage the link between equipments and workspaces.
Returns the list of all workspaces available
Generate a JWT when you log in. Use it in your following requests in the header as x-access-token: your-token-here
List of equipment
Unable to authenticate the token
Add asset workspaces data with assetId or (serialNumber AND make) of Asset and workspace names
Generate a JWT when you log in. Use it in your following requests in the header as x-access-token: your-token-here
Equipment has been added
Missing parameters or invalid parameters
Unable to authenticate the token
An error occurred while processing the request
delete link asset and workspaces data with assetId or (serialNumber AND make) of Asset and workspace names
Generate a JWT when you log in. Use it in your following requests in the header as x-access-token: your-token-here
Equipment has been unlink between asset and workspace
Missing parameters or invalid parameters
Unable to authenticate the token
An error occurred while processing the request
Last updated
Was this helpful?