admin

Get Exercise Reports

Get all exercise reports with their associated exercise and user information. Only admins can access this endpoint.

get/admin/exercise-reports

Query parameters

statusstring nullable

Filter by status

Filter by status

skipinteger
limitinteger

Response

Successful Response

idstring required
exercise_idstring required
user_idstring required
report_type'bad_formatting' | 'wrong_solution' | 'unclear_explanation' | 'other' required
descriptionstring nullable
created_atstring date-time required
status'pending' | 'resolved' | 'rejected' required
exerciseobject required
userobject required

Changes

No recorded changes to this endpoint across all 1 revision of this API.