Query for forms with specific field | Community
Skip to main content
Victor_Herrero
New Participant
January 14, 2019
Solved

Query for forms with specific field

  • January 14, 2019
  • 1 reply
  • 2092 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
January 14, 2019

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
New Participant
January 14, 2019

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!