Query results

📘

Tip: Multiple Parameters

:bulb: If an IQA has multiple parameters, each one (including optional parameters) must be specified in order, in the query string, based on the IQA definition. You call the endpoint by duplicating the same "&parameter=" parameter for each one.

For example, for an IQA that takes three optional parameters for firstName, lastName, and email, you would call the URL like:

/api/iqa?QueryPath=$/TestQuery&Parameter=&Parameter=smith&[email protected]

Advanced query operations

Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!