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=1400&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=1420&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1380&ordering=name",
    "results": [
        {
            "id": 207113,
            "name": {
                "de": "Wasserinfrastruktur",
                "en": "Water infrastructure "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 201126,
            "name": {
                "de": "Wasserkraftanlagenbau",
                "en": "Hydropower plant construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 105308,
            "name": {
                "de": "Wasserressourcen",
                "en": "Water resources "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 211927,
            "name": {
                "de": "Wasserstofftechnologie",
                "en": "Hydrogen technology"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 207114,
            "name": {
                "de": "Wasserwirtschaft",
                "en": "Water management "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 102027,
            "name": {
                "de": "Web Engineering",
                "en": "Web engineering "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 401117,
            "name": {
                "de": "Weinbau",
                "en": "Viticulture "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 103038,
            "name": {
                "de": "Weltraumforschung",
                "en": "Space exploration "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 205016,
            "name": {
                "de": "Werkstoffprüfung",
                "en": "Materials testing "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205000,
            "name": {
                "de": "Werkstofftechnik",
                "en": "Materials Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 205017,
            "name": {
                "de": "Werkstofftechnik",
                "en": "Materials engineering "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 203029,
            "name": {
                "de": "Werkzeugbau",
                "en": "Tool construction "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 505043,
            "name": {
                "de": "Wettbewerbs- und Kartellrecht",
                "en": "Competition and antitrust law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 201127,
            "name": {
                "de": "Wildbach- und Lawinenverbauung",
                "en": "Torrent and avalanche control "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 405005,
            "name": {
                "de": "Wildtierkunde",
                "en": "Wildlife science "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 405007,
            "name": {
                "de": "Wildtiermanagement",
                "en": "Wildlife management"
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 502048,
            "name": {
                "de": "Wirtschaftsethik",
                "en": "Business ethics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 507026,
            "name": {
                "de": "Wirtschaftsgeographie",
                "en": "Economic geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 502049,
            "name": {
                "de": "Wirtschaftsgeschichte",
                "en": "Economic history "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502050,
            "name": {
                "de": "Wirtschaftsinformatik",
                "en": "Business informatics "
            },
            "level": 6,
            "parent": 502000,
            "persons": [
                100364
            ]
        }
    ]
}