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

nextCursorstring nullable required

The cursor to retrieve the next page of Asset Custom Statuses.

nextPageUrlstring nullable required

Path with query parameters that can be used to retrieve the next page of Asset Custom Statuses.

Example response

{
  "assetCustomStatuses": [
    {
      "label": "Decommissioned",
      "baseAssetStatus": "OFFLINE",
      "createdAt": "2022-01-01T12:34:56.123Z",
      "updatedAt": "2022-01-01T12:34:56.123Z"
    }
  ]
}