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=1360&ordering=-level
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=1380&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1340&ordering=-level",
    "results": [
        {
            "id": 604034,
            "name": {
                "de": "Musiktheater",
                "en": "Music theatre "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 605001,
            "name": {
                "de": "Geschichte der Geisteswissenschaften",
                "en": "History of humanities "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 605002,
            "name": {
                "de": "Kulturgeschichte",
                "en": "Cultural history "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 605003,
            "name": {
                "de": "Kulturökonomie",
                "en": "Cultural economics "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 605004,
            "name": {
                "de": "Kulturwissenschaft",
                "en": "Cultural studies "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 605005,
            "name": {
                "de": "Publikumsforschung",
                "en": "Audience research "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 605006,
            "name": {
                "de": "Kulturmanagement",
                "en": "Cultural management "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 105206,
            "name": {
                "de": "Meteorologie",
                "en": "Meteorology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105305,
            "name": {
                "de": "Hydrometrie",
                "en": "Hydrometry "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105901,
            "name": {
                "de": "Glaziologie",
                "en": "Glaciology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 106010,
            "name": {
                "de": "Entwicklungsbiologie",
                "en": "Developmental biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106035,
            "name": {
                "de": "Phytogeographie",
                "en": "Phytogeography "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106054,
            "name": {
                "de": "Zoologie",
                "en": "Zoology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 201104,
            "name": {
                "de": "Baustatik",
                "en": "Structural analysis "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201123,
            "name": {
                "de": "Tiefbau",
                "en": "Underground engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201213,
            "name": {
                "de": "Wohnbau",
                "en": "Housing "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201903,
            "name": {
                "de": "Ingenieurbiologie",
                "en": "Soil bioengineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 211910,
            "name": {
                "de": "Lärmschutz",
                "en": "Noise protection "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 301104,
            "name": {
                "de": "Embryologie",
                "en": "Embryology "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                97024,
                100068,
                104139,
                105228,
                51632,
                51666,
                93683,
                97931,
                51047,
                98902,
                51714,
                54142,
                51871,
                51878,
                54171,
                100823,
                51718,
                50960,
                106163,
                51528,
                59186,
                51540,
                83445,
                119494,
                50442,
                82643
            ]
        },
        {
            "id": 301204,
            "name": {
                "de": "Pharmakognosie",
                "en": "Pharmacognosy "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                122574
            ]
        }
    ]
}