Attachments REST Endpoints

Talent Person Profiles/Attachments
The attachments resource is a child of talentPersonProfiles resource. It provides all the attachments for a worker profile.
Create an attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/attachments
Delete an attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/attachments/{attachmentsUniqID}
Get all attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/attachments
Get an attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/attachments/{attachmentsUniqID}