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=-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=1380&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1340&ordering=-name",
    "results": [
        {
            "id": 103005,
            "name": {
                "de": "Atomphysik",
                "en": "Atomic physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 105208,
            "name": {
                "de": "Atmosphärenchemie",
                "en": "Atmospheric chemistry"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 603901,
            "name": {
                "de": "Atheismus",
                "en": "Atheism "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 506015,
            "name": {
                "de": "Asylpolitik",
                "en": "Asylum policy"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 505054,
            "name": {
                "de": "Asyl- und Fremdenrecht",
                "en": "Asylum and immigration law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 103041,
            "name": {
                "de": "Astroteilchenphysik",
                "en": "Astroparticle physics"
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103004,
            "name": {
                "de": "Astrophysik",
                "en": "Astrophysics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103003,
            "name": {
                "de": "Astronomie",
                "en": "Astronomy "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 211902,
            "name": {
                "de": "Assistierende Technologien",
                "en": "Assistive technologies "
            },
            "level": 6,
            "parent": 211000,
            "persons": [
                99971,
                67508,
                99368
            ]
        },
        {
            "id": 301215,
            "name": {
                "de": "Arzneimittelsicherheit",
                "en": "Drug safety"
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                107594,
                51661
            ]
        },
        {
            "id": 301201,
            "name": {
                "de": "Arzneimittel-, Arzneistoffanalyse",
                "en": "Pharmaceutical and drug analysis "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                107594,
                64875,
                90214,
                82595,
                50810
            ]
        },
        {
            "id": 102001,
            "name": {
                "de": "Artificial Intelligence",
                "en": "Artificial intelligence "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                112209,
                51050,
                57389,
                102899,
                109087
            ]
        },
        {
            "id": 504003,
            "name": {
                "de": "Armut und soziale Ausgrenzung",
                "en": "Poverty and social exclusion "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 107009,
            "name": {
                "de": "Archäozoologie",
                "en": "Archaeozoology"
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 107001,
            "name": {
                "de": "Archäometrie",
                "en": "Archaeometry "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 601024,
            "name": {
                "de": "Archäologische Prospektion",
                "en": "Archaeological prospection"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601003,
            "name": {
                "de": "Archäologie",
                "en": "Archaeology "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 107008,
            "name": {
                "de": "Archäobotanik",
                "en": "Archaeobotany"
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 508001,
            "name": {
                "de": "Archivwesen",
                "en": "Archive studies "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 201203,
            "name": {
                "de": "Architekturtheorie",
                "en": "Architectural theory "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        }
    ]
}