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.

name (object)

Names of classification, defined by language.

persons (integer[])

List of foreign keys to campusonline/person.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • persons

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • level
GET /v1/research/classification/?format=api&offset=200&ordering=name
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1469,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=220&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=180&ordering=name",
    "results": [
        {
            "id": 202004,
            "name": {
                "de": "Brain-Computer Interface",
                "en": "Brain-computer interface "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                116401
            ]
        },
        {
            "id": 211906,
            "name": {
                "de": "Brandschutz",
                "en": "Fire protection "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 203030,
            "name": {
                "de": "Brennstoffzellentechnik",
                "en": "Fuel cell technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203003,
            "name": {
                "de": "Bruchmechanik",
                "en": "Fracture mechanics "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 201108,
            "name": {
                "de": "Bruchmechanik",
                "en": "Fracture mechanics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201109,
            "name": {
                "de": "Brückenbau",
                "en": "Bridge construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 603902,
            "name": {
                "de": "Buddhismus",
                "en": "Buddhism "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 602010,
            "name": {
                "de": "Byzantinistik",
                "en": "Byzantine studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 604005,
            "name": {
                "de": "Bühnengestaltung",
                "en": "Stage design "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 104000,
            "name": {
                "de": "Chemie",
                "en": "Chemistry"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 104004,
            "name": {
                "de": "Chemische Biologie",
                "en": "Chemical biology "
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                58794,
                98222,
                104200,
                91207,
                101038
            ]
        },
        {
            "id": 103006,
            "name": {
                "de": "Chemische Physik",
                "en": "Chemical physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 204002,
            "name": {
                "de": "Chemische Reaktionstechnik",
                "en": "Chemical reaction engineering  "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 204000,
            "name": {
                "de": "Chemische Verfahrenstechnik",
                "en": "Chemical Process Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 204003,
            "name": {
                "de": "Chemische Verfahrenstechnik",
                "en": "Chemical process engineering "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 302009,
            "name": {
                "de": "Chemotherapie",
                "en": "Chemotherapy "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                59188,
                114534,
                111910,
                50919,
                58814,
                105020,
                107150,
                107132,
                51045,
                50143,
                52002,
                51532,
                51949,
                59994,
                51538,
                69234,
                108352,
                119850,
                99703
            ]
        },
        {
            "id": 403007,
            "name": {
                "de": "Chirurgie (Veterinärmedizin)",
                "en": "Veterinary surgery "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 603202,
            "name": {
                "de": "Christliche Archäologie",
                "en": "Christian archaeology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603203,
            "name": {
                "de": "Christliche Philosophie",
                "en": "Christian philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603204,
            "name": {
                "de": "Christliche Sozialethik",
                "en": "Christian social ethics"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        }
    ]
}