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=740&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=760&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=720&ordering=-name",
    "results": [
        {
            "id": 503032,
            "name": {
                "de": "Lehr- und Lernforschung",
                "en": "Teaching and learning research "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 211203,
            "name": {
                "de": "Lebensmittelverfahrenstechnik",
                "en": "Food processing engineering "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 107005,
            "name": {
                "de": "Lebensmitteluntersuchung",
                "en": "Food testing "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 402009,
            "name": {
                "de": "Lebensmitteluntersuchung",
                "en": "Food testing "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 211202,
            "name": {
                "de": "Lebensmitteltechnologie",
                "en": "Food technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211200,
            "name": {
                "de": "Lebensmitteltechnologie",
                "en": "Food Technology"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 303017,
            "name": {
                "de": "Lebensmittelhygiene",
                "en": "Food hygiene "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                51664
            ]
        },
        {
            "id": 104009,
            "name": {
                "de": "Lebensmittelchemie",
                "en": "Food chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 404007,
            "name": {
                "de": "Lebensmittelbiotechnologie",
                "en": "Food biotechnology "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        },
        {
            "id": 602029,
            "name": {
                "de": "Latinistik",
                "en": "Latin studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 202024,
            "name": {
                "de": "Lasertechnik",
                "en": "Laser technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                50698
            ]
        },
        {
            "id": 103016,
            "name": {
                "de": "Laserphysik",
                "en": "Laser physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                51673
            ]
        },
        {
            "id": 302041,
            "name": {
                "de": "Laserchirurgie",
                "en": "Laser surgery "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                51899,
                51585,
                51636,
                51850,
                51876,
                51924,
                50145,
                51935,
                50143,
                107651,
                51541,
                50148,
                56922,
                65141,
                51824,
                51588,
                53938,
                51984
            ]
        },
        {
            "id": 201116,
            "name": {
                "de": "Landwirtschaftliches Bauwesen",
                "en": "Agricultural civil engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 401107,
            "name": {
                "de": "Landtechnik",
                "en": "Agricultural engineering "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 507008,
            "name": {
                "de": "Landschaftsplanung",
                "en": "Landscape planning "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 401106,
            "name": {
                "de": "Landschaftspflege",
                "en": "Landscape conservation "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 201210,
            "name": {
                "de": "Landschaftsarchitektur",
                "en": "Landscape architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 207408,
            "name": {
                "de": "Landesvermessung",
                "en": "Land surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 507007,
            "name": {
                "de": "Landesplanung",
                "en": "Land use planning "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        }
    ]
}