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=960&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=980&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=940&ordering=-name",
    "results": [
        {
            "id": 601023,
            "name": {
                "de": "Globalgeschichte",
                "en": "Global history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 105901,
            "name": {
                "de": "Glaziologie",
                "en": "Glaciology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 211102,
            "name": {
                "de": "Gießereitechnik",
                "en": "Casting technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 105301,
            "name": {
                "de": "Gewässerschutz",
                "en": "Water protection "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 207310,
            "name": {
                "de": "Gewinnung mineralischer Rohstoffe",
                "en": "Extraction of mineral raw materials "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 211201,
            "name": {
                "de": "Getreidetechnologie",
                "en": "Grain technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 401105,
            "name": {
                "de": "Getreidebau",
                "en": "Grain cultivation  "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 303010,
            "name": {
                "de": "Gesundheitsökonomie",
                "en": "Health economics "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                50850,
                51592,
                51982,
                51541,
                53586
            ]
        },
        {
            "id": 303012,
            "name": {
                "de": "Gesundheitswissenschaften",
                "en": "Health sciences "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                63257,
                100817,
                51505,
                50774,
                51324,
                66488,
                59569,
                92002,
                51959,
                51936,
                99378,
                104024,
                77590,
                54235,
                65558,
                100141,
                54332,
                51671,
                59261,
                92483,
                100251,
                70220,
                92363,
                113934,
                116805,
                50051,
                54033,
                85011,
                51687,
                63287,
                50445,
                89152,
                51741,
                60096,
                51964,
                125094,
                113571
            ]
        },
        {
            "id": 303000,
            "name": {
                "de": "Gesundheitswissenschaften",
                "en": "Health Sciences"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 303011,
            "name": {
                "de": "Gesundheitspolitik",
                "en": "Health policy "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                51741
            ]
        },
        {
            "id": 508022,
            "name": {
                "de": "Gesundheitskommunikation",
                "en": "Health communication"
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 205005,
            "name": {
                "de": "Gesteinshüttenkunde",
                "en": "Ceramics engineering "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 505044,
            "name": {
                "de": "Gesellschaftsrecht",
                "en": "Corporate law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 601028,
            "name": {
                "de": "Geschlechtergeschichte",
                "en": "Gender history"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601008,
            "name": {
                "de": "Geschichtswissenschaft",
                "en": "Science of history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 603105,
            "name": {
                "de": "Geschichtsphilosophie",
                "en": "Philosophy of history "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 601007,
            "name": {
                "de": "Geschichtliche Landeskunde",
                "en": "Historical regional studies "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601000,
            "name": {
                "de": "Geschichte, Archäologie",
                "en": "History, Archaeology"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 207309,
            "name": {
                "de": "Geschichte des Bergbaus",
                "en": "History of mining "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        }
    ]
}