Figuring out REST API body query variables

Hello,
I have an endpoint within Postman which works that uses body variables such as these:
Screen Shot 2022-04-17 at 9.24.08 PM

When configuring the REST API data source on Weweb, I can’t seem to get the filters to work. I’ve tried to add those as fields or query strings but they never worked. The data is never filtered.

Can you please help me understand the correct way of using these variables?

Thanks!

Hey @DrHariri :wave:

Did you select the proper configuration (x-www-form-urlencoded) in WeWeb?

Also, you can test the action using the “test action” button :point_down:

When you’ve done it, can you please send us a screenshot of the API response you’re getting if it’s not working?

PS: those are definitely fields and not querystrings :wink: