SOLVED

Re: Query for forms with specific field

Go to solution
Victor_Herrero
Level 5

Query for forms with specific field

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!

Tags (3)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Query for forms with specific field

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.

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Query for forms with specific field

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.

Victor_Herrero
Level 5

Re: Query for forms with specific field

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!