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=80&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=100&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=60&ordering=name",
    "results": [
        {
            "id": 502002,
            "name": {
                "de": "Arbeitsmarkttheorie",
                "en": "Labour economics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 303001,
            "name": {
                "de": "Arbeitsmedizin",
                "en": "Occupational medicine "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                50039,
                51503,
                51671,
                51523,
                51687
            ]
        },
        {
            "id": 501003,
            "name": {
                "de": "Arbeitspsychologie",
                "en": "Occupational psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 505001,
            "name": {
                "de": "Arbeitsrecht",
                "en": "Labour law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 504002,
            "name": {
                "de": "Arbeitssoziologie",
                "en": "Sociology of work "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 604002,
            "name": {
                "de": "Architektonische Gestaltung",
                "en": "Architectural design "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 201200,
            "name": {
                "de": "Architektur",
                "en": "Architecture"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201201,
            "name": {
                "de": "Architekturgeschichte",
                "en": "History of architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201202,
            "name": {
                "de": "Architekturmodellbau",
                "en": "Architectural modelling  "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201203,
            "name": {
                "de": "Architekturtheorie",
                "en": "Architectural theory "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 508001,
            "name": {
                "de": "Archivwesen",
                "en": "Archive studies "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 107008,
            "name": {
                "de": "Archäobotanik",
                "en": "Archaeobotany"
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 601003,
            "name": {
                "de": "Archäologie",
                "en": "Archaeology "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601024,
            "name": {
                "de": "Archäologische Prospektion",
                "en": "Archaeological prospection"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 107001,
            "name": {
                "de": "Archäometrie",
                "en": "Archaeometry "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107009,
            "name": {
                "de": "Archäozoologie",
                "en": "Archaeozoology"
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 504003,
            "name": {
                "de": "Armut und soziale Ausgrenzung",
                "en": "Poverty and social exclusion "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 102001,
            "name": {
                "de": "Artificial Intelligence",
                "en": "Artificial intelligence "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                112209,
                51050,
                57389,
                102899,
                109087
            ]
        },
        {
            "id": 301201,
            "name": {
                "de": "Arzneimittel-, Arzneistoffanalyse",
                "en": "Pharmaceutical and drug analysis "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                107594,
                64875,
                90214,
                82595,
                50810
            ]
        },
        {
            "id": 301215,
            "name": {
                "de": "Arzneimittelsicherheit",
                "en": "Drug safety"
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                107594,
                51661
            ]
        }
    ]
}