v1

latestOpenAPI 3.0.32026-07-134103031.5 MB
Dashboards

List Risk Trends

get/dashboard/risk-trend/

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

Example response

[
  {
    "trend": {
      "results": [
        [
          [
            "2022-01-01",
            3
          ]
        ]
      ]
    }
  }
]