'Filter all rows in a column in body for API call using POSTMAN
I would like to know for a search filter what should be the ideal way to list all types of values from a column using the search term - (search.in(GameType,'Multiplayer' , ',')) from body in POSTMAN. From what I've seen boolean operators are used to filter multiple columns in a table, but for a single column there are implementations for specific values like above. Precisely, I want all the types from the column Gametype in my search. Can you share some thoughts/ideas on this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
