Description

This forum is used to ask questions regarding the Standard Integrations

Requesting the # of remaining open positions

Standard Integration Questions

I'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?

Error while Proxying Request

Standard Integration Questions

When 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.

Get all job listings with the job's detailed information with one call

Standard Integration Questions

Looking 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 Questions

Hi, 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 Questions

Hi 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