A Mule application implements this API and is deployed to CloudHub. API Manager manages this deployed API implementation.
What is the easiest and most idiomatic (used for its intended purpose) way to enforce a Client ID Enforcement policy on this Mule application?
How should the WHERE clause be changed to set the city and state values from the configured input parameters?

The Mule application does NOT define any global error handlers. The Validation component in the private flow throws an error.
Which response message is returned to a web client requests to the main flow’s HTTP Listener?


APIkit is used to generate flow components for the RAML specification.
How many apikit:router XML elements are generated to handle requests to every endpoint defined in the RAML specification?

For each method of the RAML specification, what does the REST Connect module provide?