Description

This forum is used to ask questions regarding the Standard Integrations

API to CHECK if specific base profile exists for a person.

Standard Integration Questions

I want to check if a specific baseprofile exists in the Souring workflow for a person or not.
Example:
I have a test profile in iCIMS with id: 563226 and under sourcing workflows, and
The base profile associated with this profile is 26571.
Now my question is, Can we check if this person(563226) has a base profile 26571 through API call? and the last updated date of the base profile(26571).

Please help me with the API call details by taking the above example.

Thanks in advance

Patch API resume pdf upload

Standard Integration Questions

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.