List Academic Years

GET /academic-years

Returns a list of Academic Years

Responses

  • 200 application/json

    A list of academic years.

    Hide response attribute Show response attribute object
    • data array[object] Required
      Hide data attributes Show data attributes object
  • Invalid authentication credentials

  • Not authorised to access this resource

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