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: post
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles
Find learning assignment profiles
Method: post
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/action/findByAdvancedSearchQuery
Get a learning assignment for the specified learner
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}
Get all learning assignments for the specified learner
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles
Process the learning assignment profile
Method: post
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/action/process
Update a learning assignment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}