List OESTAT 2012 classifications.

Classification of a person as per (ÖFOS2012)[https://www.data.gv.at/katalog/dataset/stat_ofos-2012].

Fields

id (integer)

Primary key.

classification_id (integer)

ID of classification.

name (object)

Names of classification, defined by language.

level (integer)

Level of classification.

None

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • level
GET /v1/research/classification/?format=api&offset=1480&ordering=-level
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1460&ordering=-level",
    "results": [
        {
            "classification_id": 305000,
            "name": {
                "de": "Andere Humanmedizin, Gesundheitswissenschaften",
                "en": "Other Human Medicine, Health Sciences"
            },
            "level": 3,
            "parent": 300000
        },
        {
            "classification_id": 501000,
            "name": {
                "de": "Psychologie",
                "en": "Psychology"
            },
            "level": 3,
            "parent": 500000
        },
        {
            "classification_id": 302000,
            "name": {
                "de": "Klinische Medizin",
                "en": "Clinical Medicine"
            },
            "level": 3,
            "parent": 300000
        },
        {
            "classification_id": 300000,
            "name": {
                "de": "HUMANMEDIZIN, GESUNDHEITSWISSENSCHAFTEN",
                "en": "HUMAN MEDICINE, HEALTH SCIENCES"
            },
            "level": 1,
            "parent": null
        },
        {
            "classification_id": 400000,
            "name": {
                "de": "AGRARWISSENSCHAFTEN, VETERINÄRMEDIZIN",
                "en": "AGRICULTURAL SCIENCES, VETERINARY MEDICINE"
            },
            "level": 1,
            "parent": null
        },
        {
            "classification_id": 500000,
            "name": {
                "de": "SOZIALWISSENSCHAFTEN",
                "en": "SOCIAL SCIENCES"
            },
            "level": 1,
            "parent": null
        },
        {
            "classification_id": 100000,
            "name": {
                "de": "NATURWISSENSCHAFTEN",
                "en": "NATURAL SCIENCES"
            },
            "level": 1,
            "parent": null
        },
        {
            "classification_id": 200000,
            "name": {
                "de": "TECHNISCHE WISSENSCHAFTEN",
                "en": "TECHNICAL SCIENCES"
            },
            "level": 1,
            "parent": null
        },
        {
            "classification_id": 600000,
            "name": {
                "de": "GEISTESWISSENSCHAFTEN",
                "en": "HUMANITIES"
            },
            "level": 1,
            "parent": null
        }
    ]
}