Retrieves a complete dashboard overview with all lecturer activities, metrics, pending tasks, and performance analytics. This endpoint provides everything a lecturer needs to monitor their academic responsibilities.
GET
/api/v1/lecturer/{lecturerId}/dashboard
curl \
--request GET 'http://localhost:3500/api/v1/lecturer/123e4567-e89b-12d3-a456-426614174000/dashboard'
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}