A valid request URL is required to generate request examples{
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"environments": [
"<string>"
],
"data": {
"findings": [
{
"environment_ids": [
"<string>"
],
"finding": "<string>",
"display_title": "<string>",
"display_type": "<string>",
"composite_risk": 123,
"finding_count_start": 123,
"finding_count_end": 123,
"finding_count_increase": 123,
"finding_count_decrease": 123,
"finding_impact_count": 123,
"finding_exposure_count": 123
}
],
"total_finding_count_start": 123,
"total_finding_count_end": 123
}
}Lists findings and their changes in between two dates for an environment
A valid request URL is required to generate request examples{
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"environments": [
"<string>"
],
"data": {
"findings": [
{
"environment_ids": [
"<string>"
],
"finding": "<string>",
"display_title": "<string>",
"display_type": "<string>",
"composite_risk": 123,
"finding_count_start": 123,
"finding_count_end": 123,
"finding_count_increase": 123,
"finding_count_decrease": 123,
"finding_impact_count": 123,
"finding_exposure_count": 123
}
],
"total_finding_count_start": 123,
"total_finding_count_end": 123
}
}Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0Environment IDs
Beginning datetime of range (inclusive) in RFC-3339 format; Defaults to current datetime minus 30 days
Ending datetime of range (exclusive) in RFC-3339 format; Defaults to current datetime
The asset group tag id of the zone requested. If not supplied, the asset group tag id associated with 'Tier Zero' and 'Hygiene' is used.