Discussions
Calling an IQA using the REST API
about 6 years ago by Justin Lichtle
I have created an IQA with a url filter (@url:PartyId) and I am trying to call the IQA with:
api/IQA?QueryName=Real_IQA_Path?PartyId=12345.
I get a response status code of 500, Internal Server Error. But when I hard code the filter in iMIS and change my call to:
api/IQA?QueryName=Real_IQA_Path
Then it works just fine. What is the syntax for calling an IQA with a url filter?