GET
/api/v1/exam-period/scan/active
curl \
--request GET 'http://localhost:3500/api/v1/exam-period/scan/active'
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}
curl \
--request GET 'http://localhost:3500/api/v1/exam-period/scan/active'
{
"message": "string",
"error": "string",
"statusCode": 42.0
}