Action disabled: backlink

/api/classificators

HEAD, GET

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.

Syntax

GET /api/classificators
Host: apply.example.edu
Authorization: DREAM apikey="..."

Response headers

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

Response example

{
  "Education level": {
    "PR": {
      "title": "Primary education",
      "weight": 1
    },
    "SE": {
      "title": "Secondary education",
       "weight": 2
    },
    ...