- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Learning Contributor Person List Attachment REST Endpoints
Learning Assignment Profiles/Leaning Assignment Profile Criteria/Learning Contributor Person List Attachment
The personAttachment resource is used to attach the list of person IDs or person emails for the recipients getting assignments generated by the specified assignment profile.
- Create an attachment
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningAssignmentProfileCriteria/{learningAssignmentProfileCriteriaUniqID}/child/personAttachment - Delete an attachment
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningAssignmentProfileCriteria/{learningAssignmentProfileCriteriaUniqID}/child/personAttachment/{personAttachmentUniqID} - Get all attachments
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningAssignmentProfileCriteria/{learningAssignmentProfileCriteriaUniqID}/child/personAttachment - Get an attachment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningAssignmentProfileCriteria/{learningAssignmentProfileCriteriaUniqID}/child/personAttachment/{personAttachmentUniqID} - Update an attachment
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningAssignmentProfileCriteria/{learningAssignmentProfileCriteriaUniqID}/child/personAttachment/{personAttachmentUniqID}