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=780&ordering=level
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=800&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=760&ordering=level",
    "results": [
        {
            "id": 603125,
            "name": {
                "de": "Metaethik",
                "en": "Metaethics"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603126,
            "name": {
                "de": "Interkulturelle Philosophie",
                "en": "Intercultural philosophy"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 604035,
            "name": {
                "de": "Orgelforschung",
                "en": "Organ research"
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 604036,
            "name": {
                "de": "Provenienzforschung",
                "en": "Provenance research"
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 604037,
            "name": {
                "de": "Sammlungspflege",
                "en": "Collection care"
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 605007,
            "name": {
                "de": "Digital Humanities",
                "en": "Digital humanities"
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 102038,
            "name": {
                "de": "Cloud Computing",
                "en": "Cloud computing"
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102039,
            "name": {
                "de": "Neuroinformatik",
                "en": "Neuroinformatics"
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                126275
            ]
        },
        {
            "id": 102040,
            "name": {
                "de": "Quantencomputing",
                "en": "Quantum computing "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 103045,
            "name": {
                "de": "Lichtoptische Mikroskopie",
                "en": "Light optical microscopy"
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 201133,
            "name": {
                "de": "Bauakustik",
                "en": "Building acoustics"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 203039,
            "name": {
                "de": "Schiffbautechnik",
                "en": "Shipbuilding technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 211927,
            "name": {
                "de": "Wasserstofftechnologie",
                "en": "Hydrogen technology"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 303041,
            "name": {
                "de": "Infektiologie",
                "en": "Infectious diseases"
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                94613,
                54341,
                118469
            ]
        },
        {
            "id": 304009,
            "name": {
                "de": "Zelltherapie",
                "en": "Cell therapy"
            },
            "level": 6,
            "parent": 304000,
            "persons": [
                82501
            ]
        },
        {
            "id": 305110,
            "name": {
                "de": "Forensische Bildgebung",
                "en": "Forensic imaging"
            },
            "level": 6,
            "parent": 305000,
            "persons": []
        },
        {
            "id": 403037,
            "name": {
                "de": "Physikalische Medizin (Veterinärmedizin)",
                "en": "Veterinary physical medicine"
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403038,
            "name": {
                "de": "Physiotherapie (Veterinärmedizin)",
                "en": "Veterinary physiotherapy"
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 501031,
            "name": {
                "de": "Eigensteuerung",
                "en": "Self-organization"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501032,
            "name": {
                "de": "Emotionspsychologie",
                "en": "Emotional psychology"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        }
    ]
}