Learner Learning Records REST Endpoints

Learner Learning Records
The learnerLearningRecords resource includes a single assignment or collection of assignments when queried with an assignment record ID. This is a functional user REST resource and applies to a learner and not a learning specialist. The voluntary and required assignments are included for the learning course, specialization, video, or tutorial. Recommended assignments are ignored.
Create an assignment record
Method: post
Path: /hcmRestApi/resources/11.13.18.05/learnerLearningRecords
Get all assignment records
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learnerLearningRecords
Get an assignment record
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learnerLearningRecords/{learnerLearningRecordsUniqID}
Update an assignment record
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/learnerLearningRecords/{learnerLearningRecordsUniqID}