"Available Filters” for Onboarding Workflow Search
General discussionWhat are "Available Filters” for Onboarding Workflow Search? they are not provided in the website: https://developer.icims.com/REST-API/Object-Types-Commands/Search-API. Thanks.
What are "Available Filters” for Onboarding Workflow Search? they are not provided in the website: https://developer.icims.com/REST-API/Object-Types-Commands/Search-API. Thanks.
How to get details of job specific screening questions details like question text, type of question, options.. also how to get standard job apply questions and location specific questions through standard APIs
Is there a way to access the Submittal/Rejection Note Subject via the API? We can see it when viewing the People tab of a Requisition and would like to access that field through an API call. We are currently able to get the other data from that tab via calls to the applicantworkflows endpoint.
Thank you for your help!
Hi, all. See the footlocker integration here: https://bit.ly/3FQHOT0
We at MFA Oil are interested in more robustly designing our iCIMS interface like footlocker did across the top, to strengthen our brand. Can I get more information as to how to set up just that visual aspect of the page?
Hi,
I need to get all of the forms related to a person and export the form data.
I'm using the search API and getting the ids of the relevant form data.
I see in the documentation that in order to get all of the question's answers there are 2 options:
1 - use the URL with the form name
2 - list the names of the requested question in the params.
https://api.icims.com/customers/{{customerID}}/search/applicantworkflows?staleness=0
{
"filters": [
{
"name": "applicantworkflow.person.id",
"value": [
"147", "23"
],
"operator": "="
}
],
"operator": "&"
}
Basically i want to retrieve applicantworkflows for specific persons:
Is there an API to download/upload attachments related to a person record?
I am accessing the below API with filters.
https://api.icims.com/customers/{customerId}/people/{peopleid}?fields=externalid,firstname,middlename,lastname,PreferredName,addresses,phones,email,gender,birthdate,race,startdate,usssn,rcf4003,job,rcf4003,rcf2006,drivinglicensenumber,drivinglicensestate
I am not getting the customfields in the response even though they are getting displayed in UI.
Sample Response:
"birthdate": "Information Complete",
"gender": "Information Complete",
"race": "Information Complete"
We are uploading PDF resumes to some person profiles using the endpoint = https://api.icims.com/customers/{customerId}/{profileType}/{profileId}/fields/{fieldId}/binary.
Everything is seeming to work correctly other than the image/logo embedded in the PDF file is blurry when viewing the file on the person's profile page. The text is clear. Additionally, when the resume is downloaded via the Resume Log interface, the image on the downloaded resume is clear.
Hello,
I have noticed the recent site updates on page 1 all link to a user request form - https://developer.icims.com/recent-updates. I like to see the updates to determine if there would be anything to take into account for future integrations.
Jon