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=name
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=name",
    "results": [
        {
            "id": 505012,
            "name": {
                "de": "Öffentliches Recht",
                "en": "Public law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 401109,
            "name": {
                "de": "Ökologischer Landbau",
                "en": "Organic farming "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 502025,
            "name": {
                "de": "Ökonometrie",
                "en": "Econometrics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 106026,
            "name": {
                "de": "Ökosystemforschung",
                "en": "Ecosystem research "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106027,
            "name": {
                "de": "Ökotoxikologie",
                "en": "Ecotoxicology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 603215,
            "name": {
                "de": "Ökumenische Theologie",
                "en": "Ecumenical theology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 507009,
            "name": {
                "de": "Örtliche Raumplanung",
                "en": "Regional planning "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 601016,
            "name": {
                "de": "Österreichische Geschichte",
                "en": "Austrian history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 202040,
            "name": {
                "de": "Übertragungstechnik",
                "en": "Transmission technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        }
    ]
}