Person - Attachments API



Is there an API to download/upload attachments related to a person record?

Submitted by iCIMSUNIFIL on May 09, 2022 Permalink

Please refer to this link: https://developer.icims.com/Standard-Integrations/Document-Management.

Submitted by iCIMSUNIFIL on May 09, 2022 Permalink

I need to add an attachment (PDF or DocX) to a Candidate Profile via API. I've already reviewed the documentation, but all of them refer only to the Resume. Could you provide a more specific example for Attachment? A Postman collection would also be invaluable.
Thanks

Submitted by iCIMSUNIFIL on May 12, 2022 Permalink

You would get attachments from the profile type they are attached to in a binary call. You will need the field ID to capture this data. For example: https://api.icims.com/customers/{customerid}/people/{personprofileid}/fields/fieldxxxx/binary

Submitted by iCIMSUNIFIL on May 12, 2022 Permalink

There are examples of how to add an attachment on the site here: https://developer.icims.com/REST-API/Object-Types-Commands/Binary-Files. Please scroll to the bottom of the page.

Submitted by iCIMSUNIFIL on July 13, 2023 Permalink

Hi,
Can you let me know how to pull Job Descritpion and Person Attachments from icims via API.

Submitted by iCIMSUNIFIL on July 19, 2023 Permalink

The Job Description is located on the Job Profile and is broken into 3 fields - Overview, Summary and Qualifications. Person attachments can be retrieved as mentioned above: You would get attachments from the profile type they are attached to in a binary call. You will need the field ID to capture this data. For example: https://api.icims.com/customers/{customerid}/people/{personprofileid}/fields/fieldxxxx/binary

Submitted by iCIMSUNIFIL on July 26, 2023 Permalink

Hi,
can you please help me with field ID. Under Person attachments, I can see attachments button to upload file. Which field ID does it mean?

(edited) Last Updated: December 16, 2024, 11:32 AM
Submitted by KimH on August 20, 2024 Permalink

Any update on this Question: https://developer-community.icims.com/comment/2726#comment-2726 
I am looking for the same information. 

can you please help me with field ID. Under Person attachments, I can see attachments button to upload file. Which field ID does it mean?

Submitted by KimH on August 28, 2024 Permalink

Response from iCIMS team after direct outreach:
There is no field ID for the attachment tab on the person profile.  Those files are available to download via the ATS only.  However, a custom field that can upload binary files would be available via API.