Managing Equipment Lifecycle
Overview
Status Discovery
Checking Equipment Status
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
Current status of the equipment
Unable to authenticate the token
Insufficient permissions to access the resource
Resource not found
Equipment Archiving
Moving Equipment Out of Active Service
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)
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
Equipment Restoration
Returning Equipment to Active Service
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)
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
Equipment Deletion
Permanently Removing Equipment from Fleet
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)
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
Common Use Cases
Equipment Lifecycle Transitions
Maintenance Management
Best Practices
Status Change Documentation
Timing Considerations
Last updated
Was this helpful?