Standard Integrations - Fields for Jobs API
Standard Integration QuestionsHi Support, what fields are allowed to be used from the jobs API for a standard integration? Can you direct me to where that is mentioned in the documentation? Thanks.
This forum is used to ask questions regarding the Standard Integrations
Hi Support, what fields are allowed to be used from the jobs API for a standard integration? Can you direct me to where that is mentioned in the documentation? Thanks.
Which MFA authenticators are supported and are enabled for use, whether an applicant chooses to use, but subscriber staff must use due to insurer requirements.
Looking into the api integration. I can get a token, make a call to get all job listings, and I can make a call to get each job's individual info.
What I would like to do is make a call to get all job listings with the job listing's details attached to each job to avoid making many calls.
Is this possible?
Another question that I have, is if I have a few sets of job listings, can I combine these into one call?
Hi, I am new to iCims...
I am trying to make a search on applicantworkflows, but filter does not appear to work...
Making this search:
https://api.icims.com/customers/9999/search/applicantworkflows?searchJson{ "filters": [ { "name": "applicantworkflow.status.id", "value": ["CXXXX"], "operator" : "=" } ] }
Does NOT filter on status.id, ot returns applicantworkflows, regardless of status
Thanks!
Hi all, new to iCIMS so pardon any obvious lack of knowledge. I did search through all the posts and could not find exactly what I was looking for. I'm working on an integration where there is external automation triggered by the receipt of an third party assessment. In all of the integration events, it seems like the trigger is by some user, employee or candidate action. Is there one that can be triggered by an incoming assessment from a third party vendor? It might be a case for polling, but I wanted to explore the push option.
Thanks in advance,
David
Hi :)
is there a way to initiate a status change of applications (applicant workflows) from our side via the API?
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.
Fields are missing from api
https://api.icims.com/customers/****/jobs/1045
Position_XRefCode
Position_ShortName
Department_XRefCode
Department_ShortName
On-Site Department Ledger Code
OrgUnit_LedgerCode
OrgUnit_XRefCode
OrgUnit_ShortName
JobReq_TargetStartDate
jcf2001(PayType)
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?
When we have a candidate that has applied to multiple Jobs, and this is the 2nd, 3rd... time being hired, How can we identify the Last Job/Requisition this person was hired. And how to pull the data related to this occurance?