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: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/certificationSections/{ProfileSectionId}/child/certificationItems/{CertificationId}/child/certificationItemAttachments
Delete an attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/certificationSections/{ProfileSectionId}/child/certificationItems/{CertificationId}/child/certificationItemAttachments/{certificationItemAttachmentsUniqID}
Get all attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/certificationSections/{ProfileSectionId}/child/certificationItems/{CertificationId}/child/certificationItemAttachments
Get an attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/certificationSections/{ProfileSectionId}/child/certificationItems/{CertificationId}/child/certificationItemAttachments/{certificationItemAttachmentsUniqID}