These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

In IQA query, parameters must be Parameter Equal

Hi, I have my url like this in a clientside iPart
var urllookup = MemberPrimeBuyersGuideSearch.restApiUrl + "/iqa?queryname=$/IFDAReports/Allied/Directory Search/iPartAlliedBuyersGuideSearch&Parameter=eq:" + cats;
still getting validation error : "In IQA query, parameters must be Parameter Equal"
works fine in postman request either with or without eq:
Can anyone help giving any solution?
Thanks