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=1420&ordering=level
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1440&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1400&ordering=level",
    "results": [
        {
            "id": 102034,
            "name": {
                "de": "Cyber-Physical Systems",
                "en": "Cyber-physical Systems"
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 104028,
            "name": {
                "de": "Per- and polyfluoroalkyl substances (PFAS)",
                "en": "Per- and polyfluoroalkyl substances (PFAS)"
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 105209,
            "name": {
                "de": "Atmosphärenphysik",
                "en": "Atmospheric physics"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105210,
            "name": {
                "de": "Klimaschutz",
                "en": "Climate protection"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 207115,
            "name": {
                "de": "Mikroplastik",
                "en": "Microplastics"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 211928,
            "name": {
                "de": "Systems Engineering",
                "en": "Systems engineering"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 302094,
            "name": {
                "de": "Präzisionsmedizin",
                "en": "Precision medicine"
            },
            "level": 6,
            "parent": 302000,
            "persons": []
        },
        {
            "id": 303042,
            "name": {
                "de": "Mentale Gesundheit",
                "en": "Mental health"
            },
            "level": 6,
            "parent": 303000,
            "persons": []
        },
        {
            "id": 305111,
            "name": {
                "de": "Klinische Gerichtsmedizin",
                "en": "Clinical forensic medicine"
            },
            "level": 6,
            "parent": 305000,
            "persons": []
        },
        {
            "id": 305911,
            "name": {
                "de": "Digitale Medizin",
                "en": "Digital medicine"
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                99971,
                79651
            ]
        },
        {
            "id": 401907,
            "name": {
                "de": "Bodenschutz",
                "en": "Soil protection"
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 501033,
            "name": {
                "de": "Gesundheitspsychologie",
                "en": "Health psychology"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 502061,
            "name": {
                "de": "Feministische Ökonomie",
                "en": "Feminist economics"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502062,
            "name": {
                "de": "Ökologische Ökonomik ",
                "en": "Ecological economics"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 504033,
            "name": {
                "de": "Queer Studies",
                "en": "Queer studies"
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504034,
            "name": {
                "de": "Sozialanthropologie",
                "en": "Social anthropology"
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 506019,
            "name": {
                "de": "Demokratieforschung",
                "en": "Democracy studies"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 509027,
            "name": {
                "de": "Soziale Ökologie",
                "en": "Social ecology"
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 602060,
            "name": {
                "de": "Digitale Edition",
                "en": "Digital edition"
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 604042,
            "name": {
                "de": "Künstlerische Forschung",
                "en": "Artistic research"
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        }
    ]
}