Mapping Results XML API tasks
The Results API automates scan submissions and report retrieval.
The REST API equivalents of many of these calls are available with the Applications API, the Findings API, and the Summary Report API.
Veracode strongly recommends that you use the REST APIs. For new integrations, always use the REST APIs.
This table describes:
- How the Results API works
- When to use each API call
- The XML or PDF file an API returns
- How to map the API calls to the manual Veracode Platform processes
Step | Using the Veracode Platform | Using the Results API | Returns XML file |
---|---|---|---|
1 | Go to the Application Overview for the chosen application. | getappbuilds.do , getapplist.do , getbuildlist.do | appbuilds.xml , applist.xml , buildlist.xml |
2 | View the Triage Flaws View online. | detailedreport.do , getcallstacks.do | detailedreport.xml , callstacks*.xml |
3 | View the Detailed Report online. | detailedreportpdf.do | detailedreport*.pdf |
4 | View the Summary Report online. | summaryreportpdf.do , thirdpartyreportpdf.do | summaryreport*.pdf , thirdpartyreport*.pdf |