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=580&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=600&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=560&ordering=-name",
    "results": [
        {
            "id": 302049,
            "name": {
                "de": "Neonatologie",
                "en": "Neonatology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                86558,
                73733,
                51713,
                62745,
                51879,
                67711,
                51821,
                100023,
                100059,
                68534,
                51643,
                53336,
                60829,
                112809,
                50907,
                59859,
                51653,
                51743,
                83581,
                119990,
                51573,
                79516,
                112151,
                82414,
                83445,
                51695,
                82050
            ]
        },
        {
            "id": 602035,
            "name": {
                "de": "Neogräzistik",
                "en": "Modern Greek studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602034,
            "name": {
                "de": "Nederlandistik",
                "en": "Dutch studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 207409,
            "name": {
                "de": "Navigationssysteme",
                "en": "Navigation systems "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 104013,
            "name": {
                "de": "Naturstoffchemie",
                "en": "Natural product chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 107006,
            "name": {
                "de": "Naturschutz",
                "en": "Nature conservation "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 603111,
            "name": {
                "de": "Naturphilosophie",
                "en": "Natural philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 105902,
            "name": {
                "de": "Naturgefahren",
                "en": "Natural hazards "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 210006,
            "name": {
                "de": "Nanotechnologie",
                "en": "Nanotechnology "
            },
            "level": 6,
            "parent": 210000,
            "persons": [
                111387,
                129518,
                83066,
                104119,
                113130
            ]
        },
        {
            "id": 210000,
            "name": {
                "de": "Nanotechnologie",
                "en": "Nanotechnology"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 210005,
            "name": {
                "de": "Nanophotonik",
                "en": "Nanophotonics "
            },
            "level": 6,
            "parent": 210000,
            "persons": [
                86770
            ]
        },
        {
            "id": 210004,
            "name": {
                "de": "Nanomaterialien",
                "en": "Nanomaterials "
            },
            "level": 6,
            "parent": 210000,
            "persons": [
                129518,
                90214,
                113130
            ]
        },
        {
            "id": 210003,
            "name": {
                "de": "Nanoelektronik",
                "en": "Nanoelectronics "
            },
            "level": 6,
            "parent": 210000,
            "persons": []
        },
        {
            "id": 210002,
            "name": {
                "de": "Nanobiotechnologie",
                "en": "Nanobiotechnology "
            },
            "level": 6,
            "parent": 210000,
            "persons": [
                129518,
                113130
            ]
        },
        {
            "id": 210001,
            "name": {
                "de": "Nanoanalytik",
                "en": "Nanoanalytics "
            },
            "level": 6,
            "parent": 210000,
            "persons": []
        },
        {
            "id": 602033,
            "name": {
                "de": "Namenforschung",
                "en": "Onomastics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 401905,
            "name": {
                "de": "Nachwachsende Rohstoffe",
                "en": "Renewable resources "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 202030,
            "name": {
                "de": "Nachrichtentechnik",
                "en": "Communication engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 502022,
            "name": {
                "de": "Nachhaltiges Wirtschaften",
                "en": "Sustainable economics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 201128,
            "name": {
                "de": "Nachhaltiges Bauen",
                "en": "Sustainable building "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        }
    ]
}