Get a list of application profiles by last modified date with the REST API
Send the following request to return the list of application profiles modified after a specific date:
http --auth-type=veracode_hmac GET "https://api.veracode.com/appsec/v1/applications/?modified_after=2020-02-28"
Enter the date in YYYY-MM-DD
format.