- Subcategories:
- Learning Item Descriptive Flexfields
Noncatalog Learning Item REST Endpoints
Learning Assignment Profiles/Noncatalog Learning Item
The learning item details required to create noncatalog requests or record external learning under the assignment profile.
- Add a learning item to the specified learning assignment
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningItem - Delete a learning item associated to the specified learning assignment
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningItem/{learningItemUniqID} - Get all the learning items associated with the specified learning assignment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningItem - Get the learning item associated with the specified learning assignment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningItem/{learningItemUniqID} - Update a learning item associated to the specified learning assignment
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningItem/{learningItemUniqID}