/api/academic-terms/types/ID
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/123 Host: apply.example.edu Authorization: DREAM apikey="..."
Response headers
Content-Type: application/json Content-Length: 1234
Response example
{ "name": "Spring semester" }