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=420&ordering=-parent
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=440&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=400&ordering=-parent",
    "results": [
        {
            "id": 503018,
            "name": {
                "de": "Hochschuldidaktik",
                "en": "University didactics "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                88711,
                68534
            ]
        },
        {
            "id": 503019,
            "name": {
                "de": "Kunstpädagogik",
                "en": "Art education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503020,
            "name": {
                "de": "Medienpädagogik",
                "en": "Media education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503021,
            "name": {
                "de": "Museumspädagogik",
                "en": "Museum education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503023,
            "name": {
                "de": "Qualifikationsforschung",
                "en": "Qualification research "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503024,
            "name": {
                "de": "Religionspädagogik",
                "en": "Religious education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503025,
            "name": {
                "de": "Schulpädagogik",
                "en": "School pedagogy "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503026,
            "name": {
                "de": "Sonder- und Heilpädagogik",
                "en": "Orthopaedagogy "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                88711
            ]
        },
        {
            "id": 503027,
            "name": {
                "de": "Sozialpädagogik",
                "en": "Social pedagogy "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                88711
            ]
        },
        {
            "id": 503028,
            "name": {
                "de": "Sportpädagogik",
                "en": "Sport pedagogy "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503029,
            "name": {
                "de": "Sprachlehrforschung",
                "en": "Language teaching research "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503030,
            "name": {
                "de": "Wirtschaftspädagogik",
                "en": "Business education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503031,
            "name": {
                "de": "Elementarpädagogik",
                "en": "Elementary pedagogy "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503032,
            "name": {
                "de": "Lehr- und Lernforschung",
                "en": "Teaching and learning research "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503033,
            "name": {
                "de": "Politische Bildung",
                "en": "Political education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503022,
            "name": {
                "de": "Musikpädagogik",
                "en": "Music education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503036,
            "name": {
                "de": "Stimmforschung",
                "en": "Vocal research"
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503035,
            "name": {
                "de": "Sexualpädagogik",
                "en": "Sex education"
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 502054,
            "name": {
                "de": "Entrepreneurship",
                "en": "Entrepreneurship"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502055,
            "name": {
                "de": "Verteilungsökonomie",
                "en": "Distribution economics"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        }
    ]
}