Postman authentication issues
General discussionI am having trouble getting an access token in Postman
- Read more about Postman authentication issues
- 1 comment
- Log in to post comments
API documentation for onboarding workflows appears incomplete?
General discussion
ICIMS Onboarding documentation makes no reference to the endpoint https://developer-community.icims.com/api/281#post-/onboardworkflows. However, the 'Workflows' documentation - https://developer-community.icims.com/api/246 - does, under the heading "Retrieve basic information from an Onboard workflow" gives the example 'GET /onboardworkflows/'.
When we try various permutations of the possible path, we get the following errors:
405
How to update notes and tags on person profil
General discussionHi team,
Can you provide some guidance on how to update notes and tags?
Tags
When adding a tag on the UI, I can query the tags via API and get something like this:
Interview Feedback Form & Interview Schedule Data
General discussionHello,
Is it possible to access data via the API related to interviews scheduled using the newest interview scheduling feature in the ATS - https://community.icims.com/s/article/Configuring-Talent-Cloud-Interview-Scheduling? For example, being able to see when an interview is scheduled.
Generate iFORM link via API
General discussionHi,
Is there a way to generate a link to a specific iFORM via API? The usecase is the following: we have a feedback iFORM that should be filled in by the interviewers, after each interview. For the interviewers to receive the link to the form, an action is triggered in the interface, that correlates the iForm with the candidate and the role, and sends an email. The link that is generated via this action in the interface, is the one that we would want to generate via API, if possible.
Thanks!
- Read more about Generate iFORM link via API
- 1 comment
- Log in to post comments
Jobs Listing Schema Markup for SEO
General discussionI'm curious as to how to edit the mapping of schema metadata and information within job postings. Most specifically, description, skills, qualifications, and responsibilities are all conflated within the way that job postings are laid out in our ICIMS tool. I'm hopeful that I can set up each field in the ICIMS job postings wizard so that it guides the user to enter data appropriate to the property within the jobPosting schema.
- Read more about Jobs Listing Schema Markup for SEO
- 1 comment
- Log in to post comments
Evergreen or Parent / Child Reqs
General discussionHi, Does the Workflows API (or other API), allow for moving a person from one job (an evergreen / Parent) job to another job which is "linked" to it (like a child job, or linked by another key)?
Thank you!
- Read more about Evergreen or Parent / Child Reqs
- Log in to post comments
Offer Search Filters
General discussionHello,
The Offer API is documented at https://developer.icims.com/REST-API/Object-Types-Commands/Offer-API.
On the page above, there is a POST call documented using the endpoint of /offer/search. The endpoint searches Offer using Offer search filters.
My question: is it possible to find a list of the search filters available, or be provided a method for determining the search filters?
- Read more about Offer Search Filters
- 1 comment
- Log in to post comments
Merge Two Person Records via API or Flat-File
General discussionHello,
Is it possible to merge two person records via the public API or a flat-file? For example, the person records with the IDs of 38593 and 41939 are duplicates, and the goal is to merge record 38593 into record 41939 resulting in one remaining person profile (41939).
API stream to dataframe
General discussionI currently am supporting a API call to write out to a CSV, I am having issues with writing it as UTF-8 as I am loading the CSV to GCP and it doesn't support UTF-16(le,be). I am thinking a data frame will allow me to load a GCP biq query table.
Does anyone have a example to call the API into a data frame?
- Read more about API stream to dataframe
- 1 comment
- Log in to post comments