get all of the fields of form data

General discussion

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.

Custom and standard fields are not returned in API response

General discussion

I am accessing the below API with filters.

https://api.icims.com/customers/{customerId}/people/{peopleid}?fields=externalid,firstname,middlename,lastname,PreferredName,addresses,phones,email,gender,birthdate,race,startdate,usssn,rcf4003,job,rcf4003,rcf2006,drivinglicensenumber,drivinglicensestate

I am not getting the customfields in the response even though they are getting displayed in UI.

Sample Response:

"birthdate": "Information Complete",
"gender": "Information Complete",
"race": "Information Complete"