Retrieves comprehensive list of CATs created by the lecturer with attempt statistics and performance analytics.
GET
/api/v1/lecturer/{lecturerId}/cats
curl \
--request GET 'https://api.echoplain.social/api/v1/lecturer/123e4567-e89b-12d3-a456-426614174000/cats'
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}