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: postPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/assignmentProfileRecords - Delete a assignment profile record associated to the specified learning assignment
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/assignmentProfileRecords/{assignmentRecordId} - Get all the assignment profile record associated with the specified learning assignment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/assignmentProfileRecords - Get the assignment profile record associated with the specified learning assignment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/assignmentProfileRecords/{assignmentRecordId} - Update a assignment profile record associated to the specified learning assignment
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/learningAssignmentProfiles/{learningAssignmentProfilesUniqID}/child/assignmentProfileRecords/{assignmentRecordId}