Gravity Form search API returns all instead of item searched

I ran into some problem when im using Gravity Form Search API.

I made request using API module
domain/wp-json/gf/v2/forms/2/entries/?search={"field_filters": [{"key":6,"value":"[email protected]","operator":"is"}]}

what im looking was:
entries in form = 2
field id = 6
email = [email protected]

----
This setup i tried using reqbin and also integromat which works fine.
it return only 1 entries.
But in Pabbly in return everything back.
Ignoring all the search parameter
 
P

Pabbly13

Guest
Hey @shazrinsaliman !

Can you provide us with your workflow name in which you are trying the API in? And also if you can provide us the API with full domain, so we can test it at our end for you.

Hope, to hear from you soon.

Best Regards
 
Top