- Subcategories:
- Assignment Profiles
- Leaning Assignment Profile Criteria
- Learning Request Descriptive Flexfields
- Noncatalog Learning Item
- Related Materials
Learning Assignment Profiles REST Endpoints
Learning Assignment Profiles
The metadata used when a manager creates a learning assignment or noncatalog request for their team, or records external learning that they completed.
- Create a learning assignment
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles - Find learning assignment profiles
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/action/findByAdvancedSearchQuery - Get a learning assignment for the specified learner
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID} - Get all learning assignments for the specified learner
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles - Process the learning assignment profile
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/action/process - Update a learning assignment
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}