GET
/api/v1/academic-year/all
curl \
--request GET 'http://localhost:3500/api/v1/academic-year/all'
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}
curl \
--request GET 'http://localhost:3500/api/v1/academic-year/all'
{
"message": "string",
"error": "string",
"statusCode": 42.0
}