Hi,
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.
is that the best option? or is there a better way that will enables me to get at least the name of the form related to the form data I'm exporting, so I will be able to get the form data in 1 call?
Please refer to forum post https://developer.icims.com/search-api-get-iforms