Hello
Weird problem. When i call this
/wp-json/gf/v2/forms/9/entries?paging[page_size]=50&paging[offset]=0&sorting[key]=id&sorting[direction]=ASC&sorting[is_numeric]=true&search={“field_filters”:[{“key”:“id”,“value”:“537”,“operator”:“>”}], “status” :“active”}
(note the value 537). In postman, i get results. via c# httpclient, i get no results. However incremeneting 537 to 538, does return results in the http client.
Thoughts?