- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Attachments REST Endpoints
Learner Learning Records/Other Selected Course Offerings/Offering Primary Classrooms/Attachments
The attachments resource provides the related learning materials for the parent resource.
- Create a related material
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/learnerLearningRecords/{learnerLearningRecordsUniqID}/child/selectedCourseOfferings/{otherSelectedCourseOfferingsUniqID2}/child/offeringPrimaryClassroom/{classroomId}/child/attachments
- Delete a related material
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/learnerLearningRecords/{learnerLearningRecordsUniqID}/child/selectedCourseOfferings/{otherSelectedCourseOfferingsUniqID2}/child/offeringPrimaryClassroom/{classroomId2}/child/attachments/{AttachedDocumentId1}
- Get all attachments
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learnerLearningRecords/{learnerLearningRecordsUniqID}/child/selectedCourseOfferings/{otherSelectedCourseOfferingsUniqID2}/child/offeringPrimaryClassroom/{classroomId}/child/attachments
- Get an attachment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learnerLearningRecords/{learnerLearningRecordsUniqID}/child/selectedCourseOfferings/{otherSelectedCourseOfferingsUniqID2}/child/offeringPrimaryClassroom/{classroomId2}/child/attachments/{AttachedDocumentId1}
- Update a related material
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/learnerLearningRecords/{learnerLearningRecordsUniqID}/child/selectedCourseOfferings/{otherSelectedCourseOfferingsUniqID2}/child/offeringPrimaryClassroom/{classroomId2}/child/attachments/{AttachedDocumentId1}