Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sushantkapoor19
Contributor III
Contributor III

Passing Multiple values in Query Parameter in tRest client

Hello,

 

I need to pass Multiple values in Query Parameter in tRest client as shown in attached file. Currently, i am able to pass just 1 value. How can i do this? any idea?

 

Regards,

Sushant

Labels (1)
  • v7.x

1 Reply
Shicong_Hong
Employee
Employee

@sushantkapoor19 I believe this is determined by the API server definition. You should verify whether your server supports passing multiple values in a parameter. If it does, what is the delimiter symbol? If not, you can iterate through each status and make API calls accordingly.

Regards

Shicong