Hi, I have been looking for a way (with the rest API) to produce a list of forms that contain a specific field.
So far I have not seen a REST API method that will give me that information.
I would like to know how many and which forms contain the phone number field.
Has anyone been successful with something like this?
Thanks!
Solved! Go to Solution.
There's no such endpoint/param. Aside from getting all the forms, of course.
If you only care about forms that have been filled out you could use the Bulk Extract API to get the Filled Out Form data.
I would care about all forms, but i can settle for the ones that have been filled out where phone number is not empty.
That might solve the issue with decent accuracy. I'll explore that bulk API call then, and try to further refine with "phone number is not empty"
Thanks a lot!