__queryFilter for many records

I want to do a query filter which is equivalent to this SQL Statement “select * from tableA
where record_ID in (101, 102……..199);”. How would the __queryFilter syntax be like?

Hey @tphan2 :waving_hand:

Welcome to the Postman Community :postman:

Do you know if the API you’re using has that functionality implemented?

Danny, Thanks for the quick response. No I don’t if they have that functionality or not. I am trying to query PingAIC

What you can or cannot do with query parameters depends on how the API is implemented.

You’re better off looking at the documentation or any other source that you have which could give you that information.

Ok. Thanks. I will search for their documentation