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=720&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=740&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=700&ordering=name",
    "results": [
        {
            "id": 404007,
            "name": {
                "de": "Lebensmittelbiotechnologie",
                "en": "Food biotechnology "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        },
        {
            "id": 104009,
            "name": {
                "de": "Lebensmittelchemie",
                "en": "Food chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 303017,
            "name": {
                "de": "Lebensmittelhygiene",
                "en": "Food hygiene "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                70739,
                51664,
                100225
            ]
        },
        {
            "id": 211200,
            "name": {
                "de": "Lebensmitteltechnologie",
                "en": "Food Technology"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211202,
            "name": {
                "de": "Lebensmitteltechnologie",
                "en": "Food technology "
            },
            "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": 211203,
            "name": {
                "de": "Lebensmittelverfahrenstechnik",
                "en": "Food processing engineering "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 503032,
            "name": {
                "de": "Lehr- und Lernforschung",
                "en": "Teaching and learning research "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503037,
            "name": {
                "de": "Lehrer:innenbildung",
                "en": "Teacher education"
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 201117,
            "name": {
                "de": "Leichtbau",
                "en": "Lightweight design "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 203011,
            "name": {
                "de": "Leichtbau",
                "en": "Lightweight design "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 211106,
            "name": {
                "de": "Leichtmetalle",
                "en": "Light metals"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 202025,
            "name": {
                "de": "Leistungselektronik",
                "en": "Power electronics "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 602030,
            "name": {
                "de": "Lexikographie",
                "en": "Lexicography "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 103045,
            "name": {
                "de": "Lichtoptische Mikroskopie",
                "en": "Light optical microscopy"
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 202026,
            "name": {
                "de": "Lichttechnik",
                "en": "Light technology  "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 106020,
            "name": {
                "de": "Limnologie",
                "en": "Limnology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 301302,
            "name": {
                "de": "Lipidforschung",
                "en": "Lipidomics research "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                104207,
                56571,
                103617,
                128995,
                105235,
                58794,
                60219,
                105701,
                107151,
                102005,
                122612,
                104200,
                51988,
                98847,
                124190,
                108411,
                125454,
                104257,
                76131,
                95211,
                51904,
                121890,
                52854,
                53252,
                79091,
                122630,
                111749,
                79755,
                112150,
                51541,
                108473,
                97965,
                110967,
                56687,
                83661,
                120872,
                121750,
                98087,
                100799,
                83445,
                98759,
                65966,
                84507,
                100805
            ]
        },
        {
            "id": 602031,
            "name": {
                "de": "Literaturgeschichte",
                "en": "History of literature "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        }
    ]
}