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
Key | Datatype | Required | Description |
---|---|---|---|
from | string | (Required) The date you wish to fetch results from, in the format YYYY-MM-DD | |
to | string | (Required) The date you wish to fetch results until, in the format YYYY-MM-DD | |
page | string | The page of results to request | |
perPage | string | The number of results to return per page (Maximum: 1000) | |
sortBy | string | The key to sort results by | |
order | string | The direction to sort results. | |
groupBy | string | Set to issue to group the same issue in multiple projects |
Request Body
{
"filters": "${filters}"
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |