Update the Learner Assignment Record to “Complete,” learning event using the learnerLearningRecords
Summary:
Update the Learner Assignment Record to “Complete,” noting that is a learning event not an self faced learning, using the learnerLearningRecords POST/PATCH REST API endpoints
Content (please ensure you mask any confidential information):
I’m trying to update a learner’s completion status for a learning assignment of type event using the Learning REST API. Specifically, I’m working with the following endpoint:
PATCH /hcmRestApi/resources/11.13.18.05/learnerLearningRecords/{learnerLearningRecordsUniqID}
I’m able to successfully retrieve the learner’s assignment details using the GET operation for the assigned learning event. However, when I attempt to update the record (via POST or PATCH) to mark the assignment as complete, I encounter the following error: