Description

This forum is used to ask questions regarding the Standard Integrations

Doubt about data structure

Standard Integration Questions

HI,

Based on our agreement with ICIMS, attached, we have started using the API system to gather open positions, and we have the following issues. Could you resend to them or provide me a contact to stablish the dialog with?

To obtain the list of jobs we make the request to the following endpoint:

https://api.icims.com/customers/9268/search/jobs

We are doing the request filtering by POST and by GET.

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?