Retrieves comprehensive list of all units assigned to the lecturer with detailed enrollment, assessment, and progress information.
GET
/api/v1/lecturer/{lecturerId}/unit-offerings
curl \
--request GET 'https://api.echoplain.social/api/v1/lecturer/123e4567-e89b-12d3-a456-426614174000/unit-offerings'
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}