List all system classificators that are used to describe some of the properties of institutions, courses etc.
The classificators are grouped into classes with each classificator constiting of a set of abbreviations mapped to titles and weights. See the example below.
The weights are set so that “heavier” values will “sink” lower in the list.
GET /api/classificators Host: apply.example.edu Authorization: DREAM apikey="..."
Content-Type: application/json Content-Length: 1234
{ "Education level": { "PR": { "title": "Primary education", "weight": 1 }, "SE": { "title": "Secondary education", "weight": 2 }, ...