- Subcategories:
 - Attachments
 - Likes
 - Replies
 
Active Learner Comments REST Endpoints
    
        Learner Learning Records/Active Learner Comments
    
The comments resource provides details of all comments by active and completed learners for the learning item.
- Create an active learner comment
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/learnerLearningRecords/{learnerLearningRecordsUniqID}/child/activeLearnerComments - Get all active learner comments
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/learnerLearningRecords/{learnerLearningRecordsUniqID}/child/activeLearnerComments - Get an active learner comment
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/learnerLearningRecords/{learnerLearningRecordsUniqID}/child/activeLearnerComments/{activeLearnerCommentsUniqID} - Update an active learner comment
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/learnerLearningRecords/{learnerLearningRecordsUniqID}/child/activeLearnerComments/{activeLearnerCommentsUniqID}