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: post
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningItem
Delete a learning item associated to the specified learning assignment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningItem/{learningItemUniqID}
Get all the learning items associated with the specified learning assignment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningItem
Get the learning item associated with the specified learning assignment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningItem/{learningItemUniqID}
Update a learning item associated to the specified learning assignment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/learningItem/{learningItemUniqID}