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 call | Description | XML API parameters | Scan type |
|---|---|---|---|
detailedreport.doREST equivalent: GET /appsec/v2/applications/{application_guid}/findings | Compiles a detailed report for the specified application build. | build_id | Static, Dynamic, Manual |
detailedreportpdf.do | Produces a PDF file of the detailed report for the application build. | build_id | Static, Dynamic, Manual |
getaccountcustomfieldlist.doREST equivalent: GET /appsec/v1/custom_fields | Returns the ID and name of the available custom fields in use by the organization of the user. | Static, Dynamic, Manual | |
getappbuilds.doREST equivalent: GET /appsec/v1/applications with the Findings API | Compiles a detailed list of applications and statuses, including all application and build profile data. | Optional: only_latestreport_changed_since | Static, Dynamic, Manual |
getcallstacks.doREST equivalent: GET /appsec/v2/applications/{application_guid}/findings/{issue_id}/static_flaw_info | Retrieves the call stacks for a static flaw. | build_idflaw_id | Static |
summaryreport.doREST equivalent: GET /appsec/v2/applications/{application_guid}/summary_report | Compiles a summary XML report for the specified application build. | build_id | Static, Dynamic, Manual |
summaryreportpdf.do | Produces a PDF file of the summary report for the specified application build. | build_id | Static, Dynamic, Manual |
thirdpartyreportpdf.do | Produces a PDF file of the scan results for a third-party application. | build_id | Static, Dynamic, Manual |