zanna-37/se2-HerokuSiffredi

read a specific exam template

MattiaSangermano opened this issue · 0 comments

As a professor, I want to be able to read a specific exam template, so that I can read it

How to demo:
send a GET request to /exam-templates/{id}
The response should be a json with these attribute:

  • id
  • name
  • categoryId[ ]
  • quantity[ ]

Effort: 1