Action disabled: media

/api/academic-terms/ID

HEAD, GET

List academic terms configured into the system. These are the main “buckets” where applications are categorized. An example of an academic term is “Fall 2016” or “Spring 2017”.

Syntax

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

Response headers

Content-Type: application/json
Content-Length: 1234

Response example

{
  "year": "/api/academic-years/2016"
  "name": "Spring semester"
}