GET /api/v1/lecturer/{lecturerId}/unit-offerings/{unitOfferingId}/stats

Retrieves comprehensive analytics and statistics for a specific unit offering including performance metrics, engagement data, and detailed insights.

Path parameters

  • lecturerId string Required

    Unique identifier of the lecturer

  • unitOfferingId string Required

    Unique identifier of the unit offering

Responses

  • 200

    Unit offering statistics retrieved successfully

  • 400 application/json

    Default bad request error 400 response

    Hide response attributes Show response attributes object
    • message string Required

      Response message

    • error string Required
    • statusCode number Required
  • 404

    Unit offering not found or access denied

GET /api/v1/lecturer/{lecturerId}/unit-offerings/{unitOfferingId}/stats
curl \
 --request GET 'https://api.echoplain.social/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
}