List Status Labels
integer
default:"50"
Number of results to return
integer
default:"0"
Offset for pagination
string
Search string to filter results
string
default:"created_at"
Column to sort by. Allowed values:
id, name, assets_count, color, default_labelstring
default:"desc"
Sort order:
asc or descstring
Filter by status type:
deployable, pending, archived, undeployableinteger
Total number of status labels
array
Array of status label objects
Get Status Label by ID
integer
required
The status label ID
Create Status Label
string
required
Status label name
string
required
Status type. Allowed values:
deployable, pending, archived, undeployablestring
Hex color code (e.g., #FF5733)
Whether to show this status in the navigation sidebar
boolean
default:"false"
Whether this should be the default status label for new assets
string
Status label notes
Status Types:
- deployable: Assets that can be checked out to users
- pending: Assets awaiting some action (repairs, configuration, etc.)
- archived: Assets that are no longer in active use
- undeployable: Assets that cannot be deployed (broken, lost, etc.)
Update Status Label
integer
required
The status label ID
Delete Status Label
integer
required
The status label ID
A status label cannot be deleted if it has any assets assigned to it. You must first change the status of all associated assets.
Check if Deployable
integer
required
The status label ID
Get Assets by Status
integer
required
The status label ID
integer
default:"50"
Number of results to return
integer
default:"0"
Offset for pagination
