latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Asset Custom Statuses

Get asset custom status

get/assetcustomstatuses/{id}

Path parameters

idinteger required

ID of the assetCustomStatus

Response

Successfully retrieved assetCustomStatus's information

Example response

{
  "assetCustomStatus": {
    "baseAssetStatus": "OFFLINE",
    "label": "Decommissioned",
    "createdAt": "2022-01-01T12:34:56.123Z",
    "updatedAt": "2022-01-01T12:34:56.123Z",
    "deletedAt": "2022-01-01T12:34:56.123Z"
  }
}