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=800&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=820&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=780&ordering=level",
    "results": [
        {
            "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": []
        },
        {
            "id": 603224,
            "name": {
                "de": "Interreligiöser Dialog",
                "en": "Interreligious dialogue"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 605009,
            "name": {
                "de": "Food Studies",
                "en": "Food studies"
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 605010,
            "name": {
                "de": "Visuelle Kultur",
                "en": "Visual culture"
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 401204,
            "name": {
                "de": "Forsttechnik",
                "en": "Forest engineering "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401205,
            "name": {
                "de": "Forstwirtschaft",
                "en": "Forestry "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401206,
            "name": {
                "de": "Holzwirtschaft",
                "en": "Wood industry "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401207,
            "name": {
                "de": "Waldbau",
                "en": "Silviculture "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401208,
            "name": {
                "de": "Waldökologie",
                "en": "Forest ecology "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        }
    ]
}