Retrieve materials for a specific student unit or a whole unit offering. Attach topic and lesson titles. Supports filtering by doctype and studentUnit status, pagination, and optionally include student units (ACTIVE first).
GET
/api/v1/student/{studentId}/materials
curl \
--request GET 'http://localhost:3500/api/v1/student/{studentId}/materials?studentUnitId=string&unitOfferingId=string&status=string&doctype=string&page=string&pageSize=string&includeStudentUnits=string'
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}