GET /api/v1/student/{studentId}/attempts/{attemptId}/validate

Validate an attempt for the specified student and return timing and assessment metadata

Path parameters

  • studentId string Required

    Unique identifier of the student

  • attemptId string Required

    Unique identifier of the attempt

Responses

  • 200

    Attempt validated successfully

  • 400

    Attempt does not belong to student or invalid request

  • 404

    Attempt not found

GET /api/v1/student/{studentId}/attempts/{attemptId}/validate
curl \
 --request GET 'http://localhost:3500/api/v1/student/uuid-string/attempts/uuid-string/validate'