initiate status change via API
Standard Integration QuestionsHi :)
is there a way to initiate a status change of applications (applicant workflows) from our side via the API?
This forum is used to ask questions regarding the Standard Integrations
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?
is thr any possibility to get all users of the org?
Hello, I performed a search to get all the applicant workflow records. And now from that data I'd like to get each applicant, person and job. Our data set is over 400k. Is there a way to get everything (or at least in 1000 record increments) instead of having to iterate though each url?
Hello, I performed a search to get all the applicant workflow records. And now from that data I'd like to get each applicant, person and job. Our data set is over 400k. Is there a way to get everything (or at least in 1000 record increments) instead of having to iterate though each url? This process seem extremely cumbersome.
Is there a way to authenticate requests coming from ICIMS into our API for an Assessment integration? We are using OAuth 2.0 authentication for requests sent to ICIMS, but I don't see any headers on Application Complete requests that would allow us to authenticate (e.g. using an HMAC signature or similar)
We're attempting to utilize the Direct linking feature as described in https://developer.icims.com/REST-API/Object-Types-Commands/Direct-Linking, but we're unable to find where we need to enable this within our ICIMS Admin settings.
Could someone point us in the right direction please? Thanks!