Attachments by API
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
Attachments by API
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
Add Attachments by API
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.
Job Descritpion and Person Attachments
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
Any update on this Question:…
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?
Response from iCIMS team…
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.
Please refer to this link: https://developer.icims.com/Standard-Integrations/Document-Management.