- Subcategories:
 - Large Object (LOB) Attributes - FileContents
 - Large Object (LOB) Attributes - FileWebImage
 
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: postPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/attachments - Delete an attachment
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/attachments/{attachmentsUniqID} - Get all attachments
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/attachments - Get an attachment
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/attachments/{attachmentsUniqID}