Vulnerability list for a given preset.

GET {{baseUrl}}/presets/{{preset_id}}/visualisations/vulnerability-list

Warning: this endpoint is cached. This means that the returned data is not necessarily the latest. So, be careful when using this endpoint with live data endpoints. The cache is automatically updated, but can also be updated at will thanks to POST /presets/{preset_id}/refreshData.

Request Params

KeyDatatypeRequiredDescription
pagenumberpagination - the page number
sizenumberpagination - the number of items per page
fromnumberstart of the period to query, in ms since January 1, 1970 UTC
tonumberend of the period to query, in ms since January 1, 1970 UTC
sortstringthe fields to sort. Example: field1,field2:DESC
filterstringthe filter. Example: field1:val,field2:abc

HEADERS

KeyDatatypeRequiredDescription
Accept-Languagestringthe language used to improve the sorting