Forum Discussion
dmj86
Jan 02, 2024Copper Contributor
List vulnerabilities API - Max results 8000?
Hi, Someone knows why there has been a limit since last December 2023 in the results of this request? I have built an powerbi report that connects and uses the information in tables from this api ...
RickardR
Aug 05, 2024Copper Contributor
I'm in a similar situation, though I'm calling the API directly from code. I would love to make an OData filter on exposedMachines, but it's not implemented it seems (,$filter=exposedMachines ge 1 gives filter parameter is invalid) right now I get about 97.000 results if I iterate over it with $filter=CvssV3 ge 7, about 96.000 of them have "exposedMachines: 0"....