headless_lms_server::controllers::main_frontend

Module regradings

Source
Expand description

Controllers for requests starting with /api/v0/main-frontend/regradings/.

Functionsยง

  • Add a route for each controller in this module.
  • create ๐Ÿ”’
    POST /api/v0/main-frontend/regradings - Creates a new regrading for the supplied exercise task submission ids and returns the new regrading id.
  • GET /api/v0/main-frontend/regradings/{id} - Returns relevant information about a regrading.
  • get_regradings ๐Ÿ”’
    GET /api/v0/main-frontend/regradings - Returns a paginated list of all the regradings.
  • GET /api/v0/main-frontend/regradings/count - Counts regradings