Description

This forum is used to ask questions regarding the Standard Integrations

Searching candidates by phone number

Standard Integration Questions

I want to be able to search our candidates by their phone number, but so far I wasn't successful.
I tried both person.collectionfieldphonenumbertext & person.customfieldphonenumber.text, also without "field" string in them, but I always get "errorMessage": "The following filter is either not valid or hidden: person.customphones.text"

Is there a way to do search API on candidates by their phone number?

Best method to query for new records, postman collection

Standard Integration Questions

Hi Support,

I am very new to using iCIMS, so I have some basic questions.

1. We are planning to get new records in the person, job, location and recruiting objects periodically during the day. Your SearchAPI looks like the best method to use. The idea is to query for new records based on a the datetime the record was created or updated.

I see that job has job.createddate and job.updateddate, and person has person.createddate and person.updateddate. I don't find similar date fields for location and recruiting.

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.