get all of the fields of form data
General discussionHi,
I need to get all of the forms related to a person and export the form data.
I'm using the search API and getting the ids of the relevant form data.
I see in the documentation that in order to get all of the question's answers there are 2 options:
1 - use the URL with the form name
2 - list the names of the requested question in the params.
since I can't get either of those values from the search API, I'll have to request the form data twice, once for getting the basic metadata of the form(to get the form name) and then once again to get all of the fields.