Description

This forum is used to ask questions regarding the Standard Integrations

get all fields of entities

Standard Integration Questions

Hi :)
is there a way to export all fields available for a specific entity without listing all the fields?
also, using the schema API I found 100+ fields called 'fieldXXXX'. is there a mapping between those fields ids and their names so I can understand whats in there?
I saw some cases where I exported person entity and listed all the fields exist in the documentation, but didn't receive the gender field, but when I listed all the 'fieldXXXX' I received the gender in 'field19500'
so how can I make sure I get all the data for each entity?

How to search for a Profile using a custom field

Standard Integration Questions

I am attempting to do a GET call using a custom field on a job to see if the job exists or not. When I do the GET call using this endpoint - https://api.icims.com/customers/[removed]/jobs/lookup?type=field[removed]&value=[removed], I get this error - "The given type is not supported for profile lookup.". Is it possible to look up a profile using a custom field? If so, what am I doing wrong? If not, what are the supported ways to look up a profile?