Description

This forum is used to ask questions regarding the Standard Integrations

Background Check Results and Status URL

Standard Integration Questions

Hello,

We provide background check details to our clients by exposing a POST REST endpoint.
In the payload we expect XML with credentials (client name, password, and some candidate ID).

How can iCIMS platform users access this endpoint?

When we do patches to update the background check status, we can send a link:
Order Status: In-Progress Vendor
Result URL: {BACKGROUND CHECK STATUS LINK HERE}
according to: https://developer.icims.com/Standard-Integrations/Partner-Screening

Using Third Party Plugin for MS SQL Integration Service to Connect to API EndPoints

Standard Integration Questions

Within the plugin there is a preview section that works great after configuring the URLs, Authorization header, etc.

Outside the preview section when executing the whole ETL process I get a HTTP Error Code 406.

Looking around I found out this
"The resource identified by the request cannot provide any of the acceptable content-types specified in the Accept header of the client request."

Any suggestion on what entries are needed on my header to make this work?

Replying to ICIMS with an Error Message

Standard Integration Questions

Hi,

I need to send back an error message to ICIMS.
I followed the instructions on https://developer.icims.com/REST-API/Error-Handling-and-Reporting but I still can't see the error messages.

This is the json message I am sending:
{
"error": {
"userMessage": "Invalid fields - Bad applicant last name.",
"debugErrorMessage": "Invalid fields - Bad applicant last name."
}
}

Thank you.

How do I set a password per client?

Standard Integration Questions

Hello,

I am a developer for a background check company, and I am trying to integrate with icims.
When we get a post request from icims, we get jobId, customerId, personId, userId, etc.
Then we send a get request to icims to grab all needed information to start a background check.

How would I set a different password per client in the json fields?
For example, "password":"pw4client1" for Client 1 and "password":"pw4client2" for Client 2.
Is it even possible?

Thank you.

Standard Assessment Questions from a Partner

Standard Integration Questions

These Questions came to our team via a Sales Engineer. The answers are after the "-" Please note only partners with a STANDARD INTEGRATION can be given access to a shared sandbox environment:

Not sure who I should be sending some of these questions to so please pass them along as necessary. All of this combined feels like a much larger picture that isn’t documented and too much for a forum post.

Unexpected error. Rank list was null for Status ID24122

Standard Integration Questions

Receiving this error on the Platform Log: Web Service Diagnostics:
Unexpected error. Rank list was null for Status ID24122
Receive this error when initiating a Status Flow Update Notification. Not sure what error means. Also how long does iCims wait for a reply after initiating the Status Flow Update Notification?
thanks.