…where I’ve tried all formats of passing in a value to that parameter, like:
“CustIDCSV=20851&CustIDCSV=20850”
“20851,20850”
The BAQ works fine when testing inside BAQ Designer, but I can’t get it to return data via swagger or your RestApi Helper when I pass more than 1 value.
Any other ideas @josecgomez ? … if the “iParameters” type is of Dictionary and the keys must be unique, how would I go about passing multiples in? I also checked the GetBAQResults version but it uses the same type.