Change field via api
Standard Integration QuestionsHow do I update the drop-down list field options via the api? I couldn't understand the documentation very well, if anyone can help me I'd be very grateful.
This forum is used to ask questions regarding the Standard Integrations
How do I update the drop-down list field options via the api? I couldn't understand the documentation very well, if anyone can help me I'd be very grateful.
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?
Does anyone know how to avoid this error? Does anyone know the syntax to query the database to find the employee record that already has these attributes?
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.
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?
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.
Currently 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.
Is 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?
How 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.
Hi 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.