Scans
List all results from a scan
When retrieving a scan, you will get a results property containing the total count of scan results items. With this url you can retrieve the full paginated list of items.
get/scans/{scanId}/results
Path parameters
scanIdstring required
ID of the scan
Query parameters
fileIdnumber double
Extract only result from this file.
offsetinteger
Offset the list of returned objects. Default is zero.
limitinteger
A limit on the number of objects to be returned.
Response
OK