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=1020&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=1040&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1000&ordering=parent",
    "results": [
        {
            "id": 502048,
            "name": {
                "de": "Wirtschaftsethik",
                "en": "Business ethics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502049,
            "name": {
                "de": "Wirtschaftsgeschichte",
                "en": "Economic history "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502050,
            "name": {
                "de": "Wirtschaftsinformatik",
                "en": "Business informatics "
            },
            "level": 6,
            "parent": 502000,
            "persons": [
                100364
            ]
        },
        {
            "id": 502051,
            "name": {
                "de": "Wirtschaftsstatistik",
                "en": "Economic statistics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502052,
            "name": {
                "de": "Betriebswirtschaftslehre",
                "en": "Business administration "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502053,
            "name": {
                "de": "Volkswirtschaftslehre",
                "en": "Economics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502058,
            "name": {
                "de": "Digitale Transformation",
                "en": "Digital transformation"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502059,
            "name": {
                "de": "Kreislaufwirtschaft",
                "en": "Circular economy"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502007,
            "name": {
                "de": "E-Commerce",
                "en": "E-commerce"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502021,
            "name": {
                "de": "Mikroökonomie",
                "en": "Microeconomics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502057,
            "name": {
                "de": "Experimentelle Ökonomie",
                "en": "Experimental economics"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 503034,
            "name": {
                "de": "Inklusive Pädagogik",
                "en": "Inclusive education"
            },
            "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": 503001,
            "name": {
                "de": "Allgemeine Pädagogik",
                "en": "General education "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                130136
            ]
        },
        {
            "id": 503002,
            "name": {
                "de": "Angewandte Pädagogik",
                "en": "Applied education "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                130136
            ]
        },
        {
            "id": 503003,
            "name": {
                "de": "Begabungsforschung",
                "en": "Talent research "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503004,
            "name": {
                "de": "Berufskunde",
                "en": "Vocational studies "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503005,
            "name": {
                "de": "Berufspädagogik",
                "en": "Vocational education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 503006,
            "name": {
                "de": "Bildungsforschung",
                "en": "Educational research "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        }
    ]
}