- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Certification Item Attachments REST Endpoints
Talent Person Profiles/Certification Sections/Certification Items/Certification Item Attachments
The certificationItemAttachments resource is a child of certificationItems resource. It provides all the attachments for the certification item.
- Create an attachment
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/certificationSections/{ProfileSectionId}/child/certificationItems/{CertificationId}/child/certificationItemAttachments
- Delete an attachment
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/certificationSections/{ProfileSectionId}/child/certificationItems/{CertificationId}/child/certificationItemAttachments/{certificationItemAttachmentsUniqID}
- Get all attachments
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/certificationSections/{ProfileSectionId}/child/certificationItems/{CertificationId}/child/certificationItemAttachments
- Get an attachment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/certificationSections/{ProfileSectionId}/child/certificationItems/{CertificationId}/child/certificationItemAttachments/{certificationItemAttachmentsUniqID}