• hdv212

    (@hdv212)


    Hi everyone!

    I want to call gf form entries by specific filters in form fields via rest api. for example i want to get the entries for formID=12 and ip for 1.1.1.1.

    To do this, In the postMan, i’ve create new request tab and follow these steps :

    1. Set request method to GET
    2. Set url to : mySite.com/wp-json/gf/v2/entries
    3. Set user and pass in Authorization tab
    4. in body section, i’ve these code :

    {
    “form_id”: 12,
    “field_filters”: [
    {
    “key”: “ip”,
    “value”: “1.1.1.1”
    }
    ]
    }

    And click on Send button. But still i’ve received all entries for all forms without any filter!! I think this filter not working!!

    Can anybody help me which how to accomplish this task?

    Thanks in advance

    • This topic was modified 9 months ago by hdv212.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Call gf form entries by some filters via rest api!’ is closed to new replies.