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=-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=440&ordering=-id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=400&ordering=-id",
    "results": [
        {
            "id": 503019,
            "name": {
                "de": "Kunstpädagogik",
                "en": "Art education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503018,
            "name": {
                "de": "Hochschuldidaktik",
                "en": "University didactics "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                88711,
                68534
            ]
        },
        {
            "id": 503017,
            "name": {
                "de": "Geschichte der Pädagogik",
                "en": "History of education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503016,
            "name": {
                "de": "Freizeitpädagogik",
                "en": "Leisure education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503015,
            "name": {
                "de": "Fachdidaktik Technische Wissenschaften",
                "en": "Subject didactics of technical sciences "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503014,
            "name": {
                "de": "Fachdidaktik Sozialwissenschaften",
                "en": "Subject didactics of social sciences "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                88711
            ]
        },
        {
            "id": 503013,
            "name": {
                "de": "Fachdidaktik Naturwissenschaften",
                "en": "Subject didactics of natural sciences "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                51266,
                88711,
                65727
            ]
        },
        {
            "id": 503012,
            "name": {
                "de": "Fachdidaktik Humanmedizin, Gesundheitswissenschaften",
                "en": "Subject didactics of human medicine and health sciences "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                65660,
                51659,
                84449,
                68534,
                51541,
                50148,
                82671,
                51916,
                60096,
                65727,
                50018,
                74135
            ]
        },
        {
            "id": 503011,
            "name": {
                "de": "Fachdidaktik Geisteswissenschaften",
                "en": "Subject didactics of humanities "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                51266
            ]
        },
        {
            "id": 503010,
            "name": {
                "de": "Fachdidaktik Agrarwissenschaften, Veterinärmedizin",
                "en": "Subject didactics of agricultural sciences, veterinary medicine "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503009,
            "name": {
                "de": "Erwachsenenbildung",
                "en": "Adult education "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                88711,
                68534
            ]
        },
        {
            "id": 503008,
            "name": {
                "de": "E-Learning",
                "en": "E-learning"
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                51080
            ]
        },
        {
            "id": 503007,
            "name": {
                "de": "Didaktik",
                "en": "Didactics "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                68534
            ]
        },
        {
            "id": 503006,
            "name": {
                "de": "Bildungsforschung",
                "en": "Educational research "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503005,
            "name": {
                "de": "Berufspädagogik",
                "en": "Vocational education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503004,
            "name": {
                "de": "Berufskunde",
                "en": "Vocational studies "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503003,
            "name": {
                "de": "Begabungsforschung",
                "en": "Talent research "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503002,
            "name": {
                "de": "Angewandte Pädagogik",
                "en": "Applied education "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                130136
            ]
        },
        {
            "id": 503001,
            "name": {
                "de": "Allgemeine Pädagogik",
                "en": "General education "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                130136
            ]
        },
        {
            "id": 503000,
            "name": {
                "de": "Erziehungswissenschaften",
                "en": "Educational Sciences"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        }
    ]
}