Standard Video Interview Endpoints
Standard Integration QuestionsIs it possible to use 2 different endpoints for a standard video interview integration. We would like to have a separate endpoint for a one way interview and a live interview.
This forum is used to ask questions regarding the Standard Integrations
Is it possible to use 2 different endpoints for a standard video interview integration. We would like to have a separate endpoint for a one way interview and a live interview.
We posted/created the package, but how to remove that background check package from the system?
Thanks!
Yiping Zhang
I am trying to update a resume through API. I keep on getting this error:
{
"errors":[
{
"errorMessage": "The Content provided as part of the request was invalid.",
"errorCode": 17
}
]
}
I am trying to push using RESTLET client with correct credentials, I tried .pdf file, .docx file , .doc file. I am confused as to what is required as content. How do I send {RAW BINARY CONTENT} as mentioned in the api docs.
I am trying to pull a completed iForm in to PDF and am running into errors. When i try to open the PDF I get an error that the pdf is damagd or corrupt. However if I pull down the .txt or .doc it works fine. Any suggestions?
We are using "http://api.icims.com/customers/1234/jobs/" api to POST job details into ICIMS. We used the same payload format which you provided in the developer resources site. We are getting 4 error responses as shown in the JSON below
We are making REST calls from our system which internally is using micro-service architecture.
For each call, the request is raised from a different container which will have a different IP address and this process is random. Instead of adding IP addresses one by one can we provide a range of IP addresses (ie., by specifying some subnet mask) or domain address. If yes in which format will it be expecting it.
Trying to search the iforms via api but unable to get result in search.
let me know how to get the forms if exists.
POST /search/forms HTTP/1.1
Content-Type: application/json
{
"filters": [
{
"name": "form.formname",
"value": ["offer_intake_global"],
"operator": "="
} ]
}
Response 400
{
"errors": [{
"errorMessage": "The following filter is either not valid or hidden: form.formname",
"errorCode": 5
}]
}
Hello,
When attempting to add a workflow, if it turns out to be a duplicate, the response will include the following status: 16 (WORKFLOW_DUPLICATE - Bad Request Processing of the client request would have resulted in a duplicate workflow entry.)
I am wondering if that existing workflows id is contained anywhere in this response and I am just missing it or if at this point other work is required to find the id for the existing workflow.
Thank you for your help.
There's a one-to-many relationship between person-form and person-job.
How do I find the associated job to an specific person-form (or forms related to a specific person-job)?
Is there a relationship between applicantworkflow and forms associate with that person-job?
What is difference between Seamless and Seamless enhanced? Our assumption, both are same except below rest are all same even all call –
a. Consent/disclose already done by user at iCIMS end in Seamless.
b. No need to send email to candidate in Seamless as consent already signed.
c. Rest all calls remains the same.