List Average Fix Times
GET/dashboard/average-fix-time/
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
results
object
<vuln name> string
{
"results": {
"<vuln name>": "string"
}
}
- Schema
- Example (from schema)
Schema
results
object
<vuln name> string
{
"results": {
"<vuln name>": "string"
}
}
- 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...