AppSec
List Issues
List all the issues for a given connection. sort - supports severity:asc
(eg. lowest to highest criticality) and severity:desc
if not direction is provided it will default to asc
GET
/
appsec
/
issues
Query Parameters
Sort by field
Datetime filter, only return vulnerabilites where the state was updated since this datetime. Example format: 2021-01-01T00:00:00+00:00
Vulnerability severity filter, comma separated
Datetime filter, only return items updated since this datetime. Example format: 2021-01-01T00:00:00+00:00
Limit size (page size)
Required range:
x > 0
Offset index (starting index of page)
Required range:
x > 0
Skips returning the total rows, total is set to null when true