Programmatically Create Requisition
General discussionHello all,
I was wondering if anyone has a resource for how to create a requisition through an API.
I have not been able to find documentation for it on this site just yet.
Thanks for your help,
Eric
- Read more about Programmatically Create Requisition
- 3 comments
- Log in to post comments
How do we associate client_id with any customer
General discussionWe are an assessment vendor and we intend to start integrating our assessments with the Application Complete Integration. I am assuming we start off by fetching a client_id,client_secret combination after registering as a partner. I am also assuming this gives us a sandbox customer whose jobs, people, candidates we can acceess using the above client_id, client_Secret.
But eventually we want to be able to start accessing the data of a specific customer. How does that happen? Can the same client_id be shared with the ICIMS representative of that customer and he grants access?
Call to retrieve data for one specific person returns 403 Forbidden
General discussionI have used this API for a long time to get certain field values like this:
https://api.icims.com/customers//people/?fields=field14636,field24261,workexperience,field23767,firstname,lastname,email
It has always worked in the past, but now there is one personID in our system that always returns this response:
{
"errors": [
{
"errorMessage": "Person is not accessible.",
"errorCode": 3
}
]
}
Which documentation maps RCF codes to the data model
General discussionI've been given these fields to identify, but I can't seem to map them to the data model definitions in this online portal. Is there other data model documents that I should be looking at?
Job
Title – Title
Company – jcf2003
Recruiting Workflow
Cost – rcf2113
Source – rcf2027
Title – rcf2032
Grade – rcf2022
OfferDate not showing in the JSON results
General discussionThe OfferDate for a specific user is showing as 1/3/2020 on our customer site. But in the applicantworkflows api call the JSON results do not contain an OfferDate for any of the workflowIDs for this user.
Any idea why I can't get the OfferDate when our HP rep sees it on the ICIMS customer site?
Thanks
- Read more about OfferDate not showing in the JSON results
- 1 comment
- Log in to post comments
How do get the Job Internal posting URL?
General discussionWe're trying to find the Internal Posting URL for Job. Is this able to be called via the API?
Are internal jobs on a separate job portal with its own unique portal number?
- Read more about How do get the Job Internal posting URL?
- 1 comment
- Log in to post comments
search if specific Talent pool exists for a person.
General discussionI want check if a specific talent pool exists in Souring workflow for a person or not. This is a combined search.
example: I have a test profile in ICIMS with id: 563226 and under sourcing workflows, the talent pool(I guess this is also called a base profile) associated with this profile is 26571. Now my question is, Can we check if this person(563226) has a talent pool 26571 through API call? and the last updated date of this talent pool(26571).
Please help me with the API call details by taking the above example.
Thanks in advance
Add source in existing ICIMS person by people-Id
General discussionHi,
I have ICIMS people Id and I want to add source for this candidate.
Is there any API available by which I can update source of a candidate ?
Can we add "xyz"as a source without removing the original info?
Can we track source by job level ?
Paging with SearchAPI
General discussion- Read more about Paging with SearchAPI
- 2 comments
- Log in to post comments
Recruiting Workflow-Get All status
General discussionDear sir/Mam,
I want to know how i can get all recruiting candidate status ? Is there any API by which i can get or something else.
ex. (Interview Scheduled,Offer Accepted,Offer Declined/Rejected etc)
I have use all status that mentioned in Recruiting models but getting few new status in API response.
ex. ("Recruiter Review - Reviewed; Not Selected") i have not found this status in ICIMS developer site.
I have use status from below model :
(https://developer.icims.com/Data-Models/Recruiting-Workflow)
Please do something needful.
- Read more about Recruiting Workflow-Get All status
- 2 comments
- Log in to post comments