This use case scenario provides the Applications REST API command 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, 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 "https://api.veracode.com/appsec/v1/applications?policy_compliance_checked_after={datetime}"
Enter the datetime in yyyy-mm-ddThh:mm:ss.000Z format.