Retrieve list of departments linked to a specific exam period.
GET
/api/v1/exam-period/{id}/departments
curl \
--request GET 'http://localhost:3500/api/v1/exam-period/{id}/departments'
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}