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=180&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=200&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=160&ordering=-name",
    "results": [
        {
            "id": 403028,
            "name": {
                "de": "Tierernährung",
                "en": "Animal nutrition "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 106046,
            "name": {
                "de": "Tieranatomie",
                "en": "Animal anatomy "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                90337,
                82600
            ]
        },
        {
            "id": 501023,
            "name": {
                "de": "Tiefenpsychologie",
                "en": "Depth psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                51907,
                51521
            ]
        },
        {
            "id": 207313,
            "name": {
                "de": "Tiefbohrtechnik",
                "en": "Drilling engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 201123,
            "name": {
                "de": "Tiefbau",
                "en": "Underground engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 602050,
            "name": {
                "de": "Tibetologie",
                "en": "Tibetan studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 302081,
            "name": {
                "de": "Thoraxchirurgie",
                "en": "Thoracic surgery  "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                56918,
                97062,
                59423,
                51981,
                50145,
                51935,
                50143,
                106257,
                50477,
                53461,
                50948,
                98549
            ]
        },
        {
            "id": 203035,
            "name": {
                "de": "Thermoprozesstechnik",
                "en": "Thermal processing technology"
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 211919,
            "name": {
                "de": "Thermographie",
                "en": "Thermography "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 203024,
            "name": {
                "de": "Thermodynamik",
                "en": "Thermodynamics "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 204007,
            "name": {
                "de": "Thermische Verfahrenstechnik",
                "en": "Thermal process engineering"
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 203023,
            "name": {
                "de": "Thermische Turbomaschinen",
                "en": "Thermal turbomachinery "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 103036,
            "name": {
                "de": "Theoretische Physik",
                "en": "Theoretical physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103035,
            "name": {
                "de": "Theoretische Mechanik",
                "en": "Theoretical mechanics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 101021,
            "name": {
                "de": "Theoretische Kybernetik",
                "en": "Theoretical cybernetics "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                51854
            ]
        },
        {
            "id": 102031,
            "name": {
                "de": "Theoretische Informatik",
                "en": "Theoretical computer science "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 202039,
            "name": {
                "de": "Theoretische Elektrotechnik",
                "en": "Theoretical electrical engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                50967
            ]
        },
        {
            "id": 104022,
            "name": {
                "de": "Theoretische Chemie",
                "en": "Theoretical chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 106045,
            "name": {
                "de": "Theoretische Biologie",
                "en": "Theoretical biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                50147
            ]
        },
        {
            "id": 603223,
            "name": {
                "de": "Theologische Anthropologie",
                "en": "Theological anthropology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        }
    ]
}