Postman authentication issues
General discussionI am having trouble getting an access token in Postman
I am having trouble getting an access token in Postman
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
Hi 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:
Hello,
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.
Hi,
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!
I'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.
Hi, 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!
Hello,
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?
Hello,
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).
I 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?