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”.
GET /api/academic-terms Host: apply.example.edu Authorization: DREAM apikey="..."
Content-Type: application/json Content-Length: 1234 X-Count: 2
{ "1": { "year": "/api/academic-years/2016" "name": "Fall semester" }, "2": { "year": "/api/academic-years/2016" "name": "Spring semester" } }