zanna-37/se2-HerokuSiffredi

read a specific exam instance

tommasobonomo opened this issue · 2 comments

As a user, I want to be able to read a specific exam instance to read it.

How to demo:

send a GET request to /exam-instances/{id}

The response should be a json with these attributes:

  • id
  • userIDs
  • assignedTasksIDs
  • examEventID
  • finalEvaluation

Effort: 2

solved with #89