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=40&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=60&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=20&ordering=-name",
    "results": [
        {
            "id": 506017,
            "name": {
                "de": "Wissenschafts- und Technologiepolitik",
                "en": "Science and technology policy"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 502000,
            "name": {
                "de": "Wirtschaftswissenschaften",
                "en": "Economics"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 502051,
            "name": {
                "de": "Wirtschaftsstatistik",
                "en": "Economic statistics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 504030,
            "name": {
                "de": "Wirtschaftssoziologie",
                "en": "Economic sociology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 505030,
            "name": {
                "de": "Wirtschaftsrecht",
                "en": "Commercial law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 503030,
            "name": {
                "de": "Wirtschaftspädagogik",
                "en": "Business education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 501029,
            "name": {
                "de": "Wirtschaftspsychologie",
                "en": "Economic psychology"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 502056,
            "name": {
                "de": "Wirtschaftsprüfung",
                "en": "Auditing"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 508015,
            "name": {
                "de": "Wirtschaftskommunikation",
                "en": "Business communication "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 502050,
            "name": {
                "de": "Wirtschaftsinformatik",
                "en": "Business informatics "
            },
            "level": 6,
            "parent": 502000,
            "persons": [
                100364
            ]
        },
        {
            "id": 502049,
            "name": {
                "de": "Wirtschaftsgeschichte",
                "en": "Economic history "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 507026,
            "name": {
                "de": "Wirtschaftsgeographie",
                "en": "Economic geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 502048,
            "name": {
                "de": "Wirtschaftsethik",
                "en": "Business ethics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 405007,
            "name": {
                "de": "Wildtiermanagement",
                "en": "Wildlife management"
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 405005,
            "name": {
                "de": "Wildtierkunde",
                "en": "Wildlife science "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 201127,
            "name": {
                "de": "Wildbach- und Lawinenverbauung",
                "en": "Torrent and avalanche control "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 505043,
            "name": {
                "de": "Wettbewerbs- und Kartellrecht",
                "en": "Competition and antitrust law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 203029,
            "name": {
                "de": "Werkzeugbau",
                "en": "Tool construction "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 205017,
            "name": {
                "de": "Werkstofftechnik",
                "en": "Materials engineering "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205000,
            "name": {
                "de": "Werkstofftechnik",
                "en": "Materials Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        }
    ]
}