Assignment Profiles REST Endpoints

Learning Assignment Profiles/Assignment Profiles
The assignment profile records associated with the learning assignment.
Add a assignment profile record to the specified learning assignment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/assignmentProfileRecords
Delete a assignment profile record associated to the specified learning assignment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/assignmentProfileRecords/{assignmentRecordId}
Get all the assignment profile record associated with the specified learning assignment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/assignmentProfileRecords
Get the assignment profile record associated with the specified learning assignment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/assignmentProfileRecords/{assignmentRecordId}
Update a assignment profile record associated to the specified learning assignment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/assignmentProfileRecords/{assignmentRecordId}