List Risk Trends
GET/dashboard/risk-trend/
Request
Query Parameters
10
- low20
- medium30
- high
format string
Possible values: [csv
, json
]
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
- text/csv
- Schema
- Example (from schema)
Schema
Array [
]
id string
name string
trend
object
start number
stop number
step number
results array[]
[
{
"id": "string",
"name": "string",
"trend": {
"start": 0,
"stop": 0,
"step": 0,
"results": [
[
[
"2022-01-01",
3
]
]
]
}
}
]
- Schema
- Example (from schema)
Schema
Array [
]
id string
name string
trend
object
start number
stop number
step number
results array[]
[
{
"id": "string",
"name": "string",
"trend": {
"start": 0,
"stop": 0,
"step": 0,
"results": [
[
[
"2022-01-01",
3
]
]
]
}
}
]
- application/json
- text/csv
- 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."
]
}
- 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
- text/csv
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- text/csv
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
- application/json
- text/csv
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...