Get a list of application profiles by last policy evaluation date with the REST API
You can use the Applications REST API to list the application profiles 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.
Send the following request to return the list of application profiles 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.