List Aggregated Risk Trends
GET/dashboard/aggregated-risk-trend/
Request
Query Parameters
10
- low20
- medium30
- high
label string[]
A unique Base58 value identifying this object.
ordering string
Which field to use when ordering the results.
search string
A search term.
severity integer[]
Possible values: [10
, 20
, 30
]
target string[]
A unique Base58 value identifying this object.
team string[]
A unique Base58 value identifying this object.
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
start number
stop number
step number
results number
{
"start": 0,
"stop": 0,
"step": 0,
"results": 0
}
- application/json
- Schema
- Example (from schema)
Schema
<field name> string[]
non_field_errors string[]
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...