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=840&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=860&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=820&ordering=-level",
    "results": [
        {
            "id": 211927,
            "name": {
                "de": "Wasserstofftechnologie",
                "en": "Hydrogen technology"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 303041,
            "name": {
                "de": "Infektiologie",
                "en": "Infectious diseases"
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                94613,
                54341,
                118469
            ]
        },
        {
            "id": 304009,
            "name": {
                "de": "Zelltherapie",
                "en": "Cell therapy"
            },
            "level": 6,
            "parent": 304000,
            "persons": [
                82501
            ]
        },
        {
            "id": 305110,
            "name": {
                "de": "Forensische Bildgebung",
                "en": "Forensic imaging"
            },
            "level": 6,
            "parent": 305000,
            "persons": []
        },
        {
            "id": 403037,
            "name": {
                "de": "Physikalische Medizin (Veterinärmedizin)",
                "en": "Veterinary physical medicine"
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403038,
            "name": {
                "de": "Physiotherapie (Veterinärmedizin)",
                "en": "Veterinary physiotherapy"
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 501031,
            "name": {
                "de": "Eigensteuerung",
                "en": "Self-organization"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501032,
            "name": {
                "de": "Emotionspsychologie",
                "en": "Emotional psychology"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 502060,
            "name": {
                "de": "Diversitätsmanagement",
                "en": "Diversity management"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 503037,
            "name": {
                "de": "Lehrer:innenbildung",
                "en": "Teacher education"
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503038,
            "name": {
                "de": "Schulentwicklung",
                "en": "School development"
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 504032,
            "name": {
                "de": "Sozialarbeitsforschung",
                "en": "Social work research"
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 505054,
            "name": {
                "de": "Asyl- und Fremdenrecht",
                "en": "Asylum and immigration law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 507030,
            "name": {
                "de": "Mobilitätsforschung",
                "en": "Mobility research"
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507031,
            "name": {
                "de": "Wohnungsforschung",
                "en": "Housing studies"
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 508022,
            "name": {
                "de": "Gesundheitskommunikation",
                "en": "Health communication"
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508023,
            "name": {
                "de": "Medienökonomie",
                "en": "Media economics"
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 601030,
            "name": {
                "de": "Erinnerungskultur",
                "en": "Culture of remembrance"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601031,
            "name": {
                "de": "Umweltgeschichte",
                "en": "Environmental history"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 603127,
            "name": {
                "de": "Komparative Philosophie",
                "en": "Comparative philosophy"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        }
    ]
}