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=1460&ordering=-parent
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1469,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1440&ordering=-parent",
    "results": [
        {
            "id": 101032,
            "name": {
                "de": "Funktionalanalysis",
                "en": "Functional analysis"
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101015,
            "name": {
                "de": "Operations Research",
                "en": "Operations research "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 106000,
            "name": {
                "de": "Biologie",
                "en": "Biology"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 107000,
            "name": {
                "de": "Andere Naturwissenschaften",
                "en": "Other Natural Sciences"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 101000,
            "name": {
                "de": "Mathematik",
                "en": "Mathematics"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 102000,
            "name": {
                "de": "Informatik",
                "en": "Computer Sciences"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 103000,
            "name": {
                "de": "Physik, Astronomie",
                "en": "Physics, Astronomy"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 104000,
            "name": {
                "de": "Chemie",
                "en": "Chemistry"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 105000,
            "name": {
                "de": "Geowissenschaften",
                "en": "Geosciences"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        }
    ]
}