read a list of exam template
MattiaSangermano opened this issue · 0 comments
MattiaSangermano commented
As a professor, I want to be able to read all the exams template, so that I can read it
How to demo:
send a GET request to /exam-templates:
The response should be a json with these attributes:
- id
- name
- categoryId[ ]
- quantity[ ]
Effort: 1