v1

latestOpenAPI 3.0.32026-07-134103031.5 MB
Dashboards

List Top Items needing attention

get/dashboard/needs-attention-top/

Query parameters

format'csv' | 'json'
labelstring[]

A unique Base58 value identifying this object.

orderingstring

Which field to use when ordering the results.

searchstring

A search term.

severityinteger[]
  • 10 - low
  • 20 - medium
  • 30 - high
  • 40 - critical
targetstring[]

A unique Base58 value identifying this object.

teamstring[]

A unique Base58 value identifying this object.

Response

idstring
namestring
urlstring
criticalsnumber
highsnumber
mediumsnumber
lowsnumber

Example response

[
  {
    "id": "Example ID",
    "name": "Example name",
    "url": "Example URL",
    "criticals": 1,
    "highs": 2,
    "mediums": 3,
    "lows": 4
  }
]