Retrieves comprehensive list of assignments created by the lecturer with submission statistics and progress tracking.
GET
/api/v1/lecturer/{lecturerId}/assignments
curl \
--request GET 'http://localhost:3500/api/v1/lecturer/123e4567-e89b-12d3-a456-426614174000/assignments'
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}