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
Getting List of Profiles
General discussionI need to get a list of jobs and a list of candidates that have applied for the job along with their details. Reading the documentation, the only way to do it is to use the search API to get the list and sending separate request for each search result to get the details. Is it possible to do it in a different way (preferably a single request to get the list and its details)?
- Read more about Getting List of Profiles
- 1 comment
- Log in to post comments
Search Workflow based on Bin and Job ID
General discussionHi All ,
I'm trying to search the all workflow(s) -candidacies based on job id and bin
POST /search/applicantworkflows
{
"filters": [
{
"name": "applicantworkflow.job.id",
"value": ["####"]
},
{
"name": "applicantworkflow.bin",
"value": ["Interview"]
}
],
"operator": "&"
}
Search API- Person.employeeinfo & Classification Grade”
General discussionHow can i get employeeinfo ("startdate") ?
I have checked this api:
https://api.icims.com/customers//search/people
But API does't return any employee info in response. It is returning basic info like, firstname,lastname,email etc.
Also how can i get Classification Grade ?
Looking forward for your response.
Candidate application sourcing
General discussionWhen a candidate applies for a job, with the link to the job post, is it possible to add a parameter or something similar to edit the candidate source property?
for example: jobs-candidatematchingsandbox.icims.com/{jobId}/{jobTitle}?source={value}
so when we query for the candidate we get source={value}?
Thanks
- Read more about Candidate application sourcing
- 13 comments
- Log in to post comments
Internal job / job post
General discussionIs there anyway to make job / job post internal only?
If so, how can I recognize it from the api?
(Or accessing the posting center via the api and get list of job boards)
Thanks
- Read more about Internal job / job post
- 3 comments
- Log in to post comments
Not able to create Person profile
General discussionI am trying to create a Person profile using POST see below. But it's not creating a Person. is there anything I am missing? Can someone guide me on this?
https://api.icims.com/customers/9570/people{
"email": "test@gmail.com",
"lastname": "test",
"firstname": "test"}
Thanks,
Sai
- Read more about Not able to create Person profile
- 3 comments
- Log in to post comments
Applicant workflow status
General discussionIs it possible to get the history of the applicant workflow status without using integration events?
Also, I see that there is an option for an admin to add / remove statuses from the list, can it be done in the sandbox? because I don't have a "hired" status. Is there a way to use the API to get a complete list of the applicant workflow possible statuses?
Thanks!
- Read more about Applicant workflow status
- 3 comments
- Log in to post comments
Candidates in Candidate ranking sandbox
General discussionIn the Candidate Ranking Sandbox I can only create a job.
I can't search for existing jobs as in the Candidate Matching Sandbox ( only via the search text box at the top right of the screen ).
I need to create candidates in order to query the job workflow of applications, how can I do that?
Thanks