Generate iFORM link via API

General discussion

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!

Jobs Listing Schema Markup for SEO

General discussion

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.

Offer Search Filters

General discussion

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?

OAuth JWT Not WOrking

General discussion

I'm making a POST request, in Postman, to https://login.icims.com/oauth/token with the following body:

audience:https://api.icims.com/v1/
grant_type:client_credentials
client_id:kfitzgerald
client_secret:

- "client_id" and "client_secret" are my username + password used to login to developer.icims.com

I simply receive a 401 everytime:
{
"error": "access_denied",
"error_description": "Unauthorized"
}

Error Using jobtemplateid For Single Job Template Only

General discussion

This question is related to creating jobs via the API. More specifically, creating jobs via the API using the *"jobtemplateid" field. We are seeing an error when attempting to create a job from only one particular job template. We are including the details of the API call below.

Interestingly, we can make the exact same API call in the customer's test environment (test environment is populated with data copied from production) using the same system ID in the jobtemplateid field and the call is successful.