This is an old revision of the document!


/api/academic-terms

HEAD, GET

List academic terms configured into the system. Please note that they do not need to be created for every year, but will be “reused”, hence the lack of a year number.

Syntax

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

Response headers

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

Response example

{
  "1": {
      "name": "Fall semester"
  },
  "2": {
      "name": "Spring semester"
  }
}