Get list of issues

POST {{baseUrl}}/reporting/issues/?from=ex velit elit&to=ex velit elit&page=ex velit elit&perPage=ex velit elit&sortBy=ex velit elit&order=ex velit elit&groupBy=ex velit elit

Returns any issues that are present during the specified timeframe. For example, if an issue from 2018 is still considered a vulnerable today, it will show up in all reports from its inception to the current day. This data updates once per hour.

Request Params

KeyDatatypeRequiredDescription
fromstring(Required) The date you wish to fetch results from, in the format YYYY-MM-DD
tostring(Required) The date you wish to fetch results until, in the format YYYY-MM-DD
pagestringThe page of results to request
perPagestringThe number of results to return per page (Maximum: 1000)
sortBystringThe key to sort results by
orderstringThe direction to sort results.
groupBystringSet to issue to group the same issue in multiple projects

Request Body

{
  "filters": "${filters}"
}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring