This forum is used to ask questions regarding the Standard Integrations
Automating user creation in Active Directory - possible?
Standard Integration QuestionsHello, hopefully this is the correct spot for this type of question.
How to get the workflow ID from an Onboard Portal Task
Standard Integration QuestionsIf I receive an Onboard Portal Task event notification and I need to access the applicants workflow to update WOTC results, how can I get the applicant workflow ID?
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.
- Read more about Standard Video Interview Endpoints
- 1 comment
- Log in to post comments
How to remove a background check package from the system?
Standard Integration QuestionsWe posted/created the package, but how to remove that background check package from the system?
Thanks!
Yiping Zhang
Patch API resume pdf upload
Standard Integration QuestionsI 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.
- Read more about Patch API resume pdf upload
- 1 comment
- Log in to post comments
iForm API to PDF
Standard Integration QuestionsI 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?
- Read more about iForm API to PDF
- 1 comment
- Log in to post comments
Payload Scheme issue with Job Template Import
Standard Integration QuestionsWe 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
- Read more about Payload Scheme issue with Job Template Import
- 1 comment
- Log in to post comments
Whitelisting IPs in ICIMS Portal
Standard Integration QuestionsWe 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.
- Read more about Whitelisting IPs in ICIMS Portal
- 2 comments
- Log in to post comments
Search API to get iforms
Standard Integration QuestionsTrying 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
}]
}
- Read more about Search API to get iforms
- 4 comments
- Log in to post comments
Retrieve id for duplicate workflow
Standard Integration QuestionsHello,
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.
- Read more about Retrieve id for duplicate workflow
- 1 comment
- Log in to post comments