Action disabled: media

/api/academic-years

HEAD, GET

List academic years configured into the system. These in turn academic terms.

Note that an academic year does not have to align with the calendar year, so it may also havea name like “2017/18” when it spans, for instance, from September to September.

Syntax

GET /api/academic-years
Host: apply.example.edu
Authorization: DREAM apikey="..."

Response headers

Content-Type: application/json
Content-Length: 1234
X-Count: 2

Response example

{
  "2016": {
      "name": "2016"
  },
  "2017": {
      "name": "2017/18"
  }
}