get https://testapi.imis.com/Asi.Scheduler_SDKDemo/api/iqa
Tip: Multiple Parameters
💡 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 "
¶meter=
" 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]