This use case scenario provides the Applications REST API command for listing applications with a specific value for a specific custom field.
Use this command to return the list of applications that have a specific value for a
specific custom field:
http --auth-type=veracode_hmac "https://api.veracode.com/appsec/v1/applications?custom_field_names=<field_name>&custom_field_values=<field_value>"
To identify applications with any value for a specific custom field, enter the URL-encoded wildcard value %25 for custom_field_values.