Get Current Academic Year

GET /academic-years/current

Returns the current Academic Year

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
  • Invalid authentication credentials

  • Not authorised to access this resource

  • Academic Year not found.

GET /academic-years/current
curl \
 -X GET https://connect.century.tech/api/v1/academic-years/current
Response examples (200)
{
  "academicYear": {
    "name": "2023/24",
    "endDate": "2024-08-31T23:59:59.000Z",
    "startDate": "2023-08-01T00:00:00.000Z",
    "academicYearId": "dccd109a-08ca-4a18-a277-4653ba726316"
  }
}