This forum is used to ask questions regarding the Standard Integrations
Requesting the # of remaining open positions
Standard Integration QuestionsI'd like to get the "# of remaining open positions", just like the "# of total demand". I need this as we want to use it for our custom report.
I could find the latter as "numberofpositions", but I can't find the first one.
It's possible to have it in a seperte column in our search template.
Can you point me to the correct source?
- Read more about Requesting the # of remaining open positions
- 3 comments
- Log in to post comments
Error while Proxying Request
Standard Integration QuestionsWhen I attempt to PATCH a resume upload, I receive a
{
"errors": [
{
"errorMessage": "Error while Proxying Request",
"errorCode": 0
}
]
}
error response. I've double checked my token, and I've tested other failure conditions, which give the expected failure messages, so it's not a error proxying the request on my side, otherwise the message wouldn't change when I introduce errors.
- Read more about Error while Proxying Request
- 1 comment
- Log in to post comments
Unable to authenticate with OAuth 2.0
Standard Integration QuestionsCurrently trying to integrate with ICIMS we have gotten a sandbox, customer id, client id and cliente credentials.
When trying to get an access token I always get access_denied, is there a specific sandbox url?
Tried the URLs in https://developer.icims.com/authenticating-api-calls-0auth20 but didn't work.
- Read more about Unable to authenticate with OAuth 2.0
- 1 comment
- Log in to post comments
Push bank details to HR system
Standard Integration QuestionsIs there a way to automatically push data via the API or another method with regards to employee bank details so that this information can be pushed directly into our HR sytsem?
- Read more about Push bank details to HR system
- 1 comment
- Log in to post comments
Profile attachments - where to file field identifiers
Standard Integration QuestionsHow do I find the numeric internal identifier for custom data fields?
I'm looking at this page on Binary Files and it mentions this definition of Field ID {fieldID}
The name of the field to retrieve. For custom fields, the format is field and then a numeric internal identifier such as field1234.
Standard Integrations - Fields for Jobs API
Standard Integration QuestionsHi Support, what fields are allowed to be used from the jobs API for a standard integration? Can you direct me to where that is mentioned in the documentation? Thanks.
- Read more about Standard Integrations - Fields for Jobs API
- 1 comment
- Log in to post comments
Multi Factor Authentication (MFA) - Set Up and Supported Authenticators
Standard Integration QuestionsWhich MFA authenticators are supported and are enabled for use, whether an applicant chooses to use, but subscriber staff must use due to insurer requirements.
Get all job listings with the job's detailed information with one call
Standard Integration QuestionsLooking into the api integration. I can get a token, make a call to get all job listings, and I can make a call to get each job's individual info.
What I would like to do is make a call to get all job listings with the job listing's details attached to each job to avoid making many calls.
Is this possible?
Another question that I have, is if I have a few sets of job listings, can I combine these into one call?
ApplicantWorkflow search seem not to filter correctly
Standard Integration QuestionsHi, I am new to iCims...
I am trying to make a search on applicantworkflows, but filter does not appear to work...
Making this search:
https://api.icims.com/customers/9999/search/applicantworkflows?searchJson{ "filters": [ { "name": "applicantworkflow.status.id", "value": ["CXXXX"], "operator" : "=" } ] }
Does NOT filter on status.id, ot returns applicantworkflows, regardless of status
Thanks!
Integration trigger through a non-user event
Standard Integration QuestionsHi all, new to ICIMS so pardon any obvious lack of knowledge. I did search through all the posts and could not find exactly what I was looking for. I'm working on an integration where there is external automation triggered by the receipt of an third party assessment. In all of the integration events, it seems like the trigger is by some user, employee or candidate action. Is there one that can be triggered by an incoming assessment from a third party vendor? It might be a case for polling, but I wanted to explore the push option.
Thanks in advance,
David
- Read more about Integration trigger through a non-user event
- 2 comments
- Log in to post comments