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=40&ordering=level
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=60&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=20&ordering=level",
    "results": [
        {
            "id": 205000,
            "name": {
                "de": "Werkstofftechnik",
                "en": "Materials Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 206000,
            "name": {
                "de": "Medizintechnik",
                "en": "Medical Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 101000,
            "name": {
                "de": "Mathematik",
                "en": "Mathematics"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 102000,
            "name": {
                "de": "Informatik",
                "en": "Computer Sciences"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 104000,
            "name": {
                "de": "Chemie",
                "en": "Chemistry"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 105000,
            "name": {
                "de": "Geowissenschaften",
                "en": "Geosciences"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 405000,
            "name": {
                "de": "Andere Agrarwissenschaften",
                "en": "Other Agricultural Sciences"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 501000,
            "name": {
                "de": "Psychologie",
                "en": "Psychology"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 106005,
            "name": {
                "de": "Bioinformatik",
                "en": "Bioinformatics "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                79791,
                102165,
                94195,
                98304,
                57386,
                50466,
                109087
            ]
        },
        {
            "id": 106004,
            "name": {
                "de": "Bioethik",
                "en": "Bioethics "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                51964
            ]
        },
        {
            "id": 105405,
            "name": {
                "de": "Geoökologie",
                "en": "Geoecology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 106003,
            "name": {
                "de": "Biodiversitätsforschung",
                "en": "Biodiversity research "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106032,
            "name": {
                "de": "Photobiologie",
                "en": "Photobiology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106031,
            "name": {
                "de": "Pflanzenphysiologie",
                "en": "Plant physiology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                50147,
                82600
            ]
        },
        {
            "id": 106002,
            "name": {
                "de": "Biochemie",
                "en": "Biochemistry "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                53998,
                57420,
                107391,
                114534,
                59426,
                54004,
                58794,
                51632,
                82721,
                124253,
                104200,
                98847,
                78591,
                105020,
                123850,
                76131,
                83104,
                100845,
                51904,
                58598,
                104205,
                90273,
                130317,
                90044,
                101037,
                89900,
                59025,
                79173,
                111770,
                51091,
                99325,
                56582,
                98087,
                58452,
                108352,
                99703,
                106195,
                127554
            ]
        },
        {
            "id": 105404,
            "name": {
                "de": "Geomorphologie",
                "en": "Geomorphology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 106033,
            "name": {
                "de": "Phylogenie",
                "en": "Phylogeny "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106034,
            "name": {
                "de": "Phytochemie",
                "en": "Phytochemistry "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106036,
            "name": {
                "de": "Populationsgenetik",
                "en": "Population genetics "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 105306,
            "name": {
                "de": "Ozeanographie",
                "en": "Oceanography "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        }
    ]
}