This use case scenario provides the Applications REST API command for listing applications with results from a specific scan type.
Use this command to return the list of applications that have results from a specific scan
type:
http --auth-type=veracode_hmac "https://api.veracode.com/appsec/v1/applications?scan_type=<scan_type>"
The valid scan_type values are STATIC, DYNAMIC, MANUAL, and SCA.