sharedreportpdf.do
The sharedreportpdf.do
call returns the shared report as a PDF document to the specified directory.
Before using this API, Veracode strongly recommends that you read API usage and access guidelines. Ensure you access the APIs with the domain for your region.
Resource URL
https://analysiscenter.veracode.com/api/4.0/sharedreportpdf.do
Parameters
Name | Type | Description |
---|---|---|
app_id Required | Integer | Application ID. |
shared_report_id Required | Integer | You can get the shared report ID from the sharedreportlist.xml file returned by getsharedreportlist.do. |
HTTPie example
Examples use the HTTPie command-line tool.
http --auth-type=veracode_hmac -o c:\veracodeapi\sharedreport.pdf "https://analysiscenter.veracode.com/api/4.0/sharedreportpdf.do" "app_id==<app id>" "shared_report_id==10651"
HTTPie results
The sharedreportpdf.do
call returns the summaryreport
PDF document.