Gradebooks
📄️ getLineItemsForClass
Return the collection of line items (Columns) in the gradebook for this class.
📄️ getResultsForLineItemForClass
Return the collection of results (assessed grades), for this specific lineItem (Column) for this class.
📄️ getAllCategories
Return collection of grading categories.
📄️ putLineItem
To create a new LineItem record or to replace one that already exists.
📄️ deleteLineItem
Enable the associated SourcedId to be marked as deleted. An immediate read will result in 404 code.
📄️ putResult
To create a new Result record or to replace one that already exists.
📄️ deleteResult
Enable the associated SourcedId to be marked as deleted. An immediate read will result in 404 code.