Skip to main content

Results XML APIs Quick Reference

This table lists the XML API calls for managing scan results. For more detailed information, see the topic for a specific call.

Veracode strongly recommends that you use the REST APIs. For new integrations, always use the REST APIs.

XML API CallDescriptionRequired ParametersOptional ParametersScan TypeEquivalent REST API Call
detailedreport.doCompiles a detailed report for the specified application build.build_id Static, Dynamic, ManualGET /appsec/v2/applications/{application_guid}/findings
detailedreportpdf.doProduces a PDF file of the detailed report for the application build.build_id Static, Dynamic, Manual 
getaccountcustomfieldlist.doReturns the ID and name of the available custom fields in use by the organization of the user.  Static, Dynamic, ManualGET /appsec/v1/custom_fields
getappbuilds.doCompiles a detailed list of applications and statuses, including all application and build profile data. only_latest, report_changed_sinceStatic, Dynamic, ManualGET /appsec/v1/applications with the Findings API
getcallstacks.doRetrieves the call stacks for a static flaw.build_id, flaw_id StaticGET /appsec/v2/applications/{application_guid}/findings/{issue_id}/static_flaw_info
summaryreport.doCompiles a summary XML report for the specified application build.build_id Static, Dynamic, ManualGET /appsec/v2/applications/{application_guid}/summary_report
summaryreportpdf.doProduces a PDF file of the summary report for the specified application build.build_id Static, Dynamic, Manual 
thirdpartyreportpdf.doProduces a PDF file of the scan results for a third-party application.build_id Static, Dynamic, Manual