GET /v2/exams/graph(/on/:field(/by/:interval))
Return grouped temporal data on exams


GET /v2/cursus/:cursus_id/exams
Return all the exams of the given Cursus

GET /v2/campus/:campus_id/exams
Return all the exams of the given Campus

GET /v2/campus/:campus_id/cursus/:cursus_id/exams
Return all the exams of the given Cursus, associated with the given Campus

GET /v2/users/:user_id/exams
Return all the exams of the given User

GET /v2/projects/:project_id/exams
Return all the exams of the given Project

GET /v2/exams
Return all the exams



POST /v2/exams
Create an exam


PATCH /v2/exams/:id
Update an exam

PUT /v2/exams/:id
Update an exam


DELETE /v2/exams/:id
Destroy an exam