/api/academic-terms/types
HEAD, GET
List academic term types configured into the system. These are used to create different types of academic terms. In another way - term types are a finite list, terms themselves are created for each academic year.
Syntax
GET /api/academic-terms/types 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" } }