latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Asset Criticalities

List asset criticalities

Endpoint used to list asset criticality resources

get/assetcriticalities

Query parameters

cursorstring

Last pagination reference

limitinteger

max number of Asset Criticalities returned

labelstring

Will only show asset importances that match the label

levelinteger

Will only show asset importances that match the level

Headers

x-organization-idinteger

Required if using a multi organizations token

Response

Successfully fetched Asset Criticalities list

nextCursorstring nullable required

The cursor to retrieve the next page of Asset Criticalities.

nextPageUrlstring nullable required

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

Example response

{
  "assetCriticalities": [
    {
      "id": 963,
      "label": "Normal",
      "level": 3
    }
  ]
}