Listing Applications by Last Policy Evaluation Date with the REST API
You can use the Applications REST API for listing the applications that have had an event that triggered a policy evaluation after a specific date. The events that trigger policy evaluations are scans, approved mitigations, new component vulnerability releases, and policy changes.
Use this command to return the list of applications with a policy evaluation after a specific date:
http --auth-type=veracode_hmac GET "https://api.veracode.com/appsec/v1/applications?policy_compliance_checked_after={datetime}"
Enter the datetime
in yyyy-mm-ddThh:mm:ss.000Z
format.