Retrieves comprehensive analytics and statistics for a specific unit offering including performance metrics, engagement data, and detailed insights.
GET
/api/v1/lecturer/{lecturerId}/unit-offerings/{unitOfferingId}/stats
curl \
--request GET 'http://localhost:3500/api/v1/lecturer/123e4567-e89b-12d3-a456-426614174000/unit-offerings/unit123e4567-e89b-12d3-a456-426614174666/stats'
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}