latestOpenAPI 3.0.02026-08-2217901.1 MB
ef9153fcac7c
Asset Custom Statuses
List asset custom statuses
Endpoint used to list asset custom status resources
get/assetcustomstatuses
Query parameters
cursorstring
Last pagination reference
limitinteger
max number of Asset Custom Statuses returned
Headers
x-organization-idinteger
Required if using a multi organizations token
Response
Successfully fetched Asset Custom Statuses list
Example response
{
"assetCustomStatuses": [
{
"label": "Decommissioned",
"baseAssetStatus": "OFFLINE",
"createdAt": "2022-01-01T12:34:56.123Z",
"updatedAt": "2022-01-01T12:34:56.123Z"
}
]
}