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=1060&ordering=id
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=1080&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1040&ordering=id",
    "results": [
        {
            "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": 503034,
            "name": {
                "de": "Inklusive Pädagogik",
                "en": "Inclusive education"
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503035,
            "name": {
                "de": "Sexualpädagogik",
                "en": "Sex education"
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503036,
            "name": {
                "de": "Stimmforschung",
                "en": "Vocal research"
            },
            "level": 6,
            "parent": 503000,
            "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": 504000,
            "name": {
                "de": "Soziologie",
                "en": "Sociology"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 504001,
            "name": {
                "de": "Allgemeine Soziologie",
                "en": "General sociology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504002,
            "name": {
                "de": "Arbeitssoziologie",
                "en": "Sociology of work "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504003,
            "name": {
                "de": "Armut und soziale Ausgrenzung",
                "en": "Poverty and social exclusion "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504004,
            "name": {
                "de": "Bevölkerungsstatistik",
                "en": "Population statistics "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504005,
            "name": {
                "de": "Bildungssoziologie",
                "en": "Educational sociology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504006,
            "name": {
                "de": "Demographie",
                "en": "Demography "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504007,
            "name": {
                "de": "Empirische Sozialforschung",
                "en": "Empirical social research "
            },
            "level": 6,
            "parent": 504000,
            "persons": [
                51845,
                91510
            ]
        },
        {
            "id": 504008,
            "name": {
                "de": "Ethnographie",
                "en": "Ethnography "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504009,
            "name": {
                "de": "Ethnologie",
                "en": "Ethnology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504010,
            "name": {
                "de": "Europäische Ethnologie",
                "en": "European ethnology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504011,
            "name": {
                "de": "Familienforschung",
                "en": "Genealogy "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        }
    ]
}