DefectDojo / django-DefectDojo

DevSecOps, ASPM, Vulnerability Management. All on one platform.
https://defectdojo.com
BSD 3-Clause "New" or "Revised" License
3.7k stars 1.55k forks source link

Multiple request to DefectDojo API findings ids #8459

Open sakyra01 opened 1 year ago

sakyra01 commented 1 year ago

Good day! How could I make multiple request to DD API finding/id/ using several numbers of findings ids or interval of findings ids?

testaccount90009 commented 1 year ago

Perhaps write a python script, bash script, powershell script, really any kind of script that can interact with the DD API and then add whatever you need to do.

sakyra01 commented 1 year ago

Get it, I mean I need get certain findings ids by 1 request to API. In documentation there is possible for 1 id by one request - https://defectdojo/api/v2/findings/{id}