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=360&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=380&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=340&ordering=-parent",
    "results": [
        {
            "id": 505043,
            "name": {
                "de": "Wettbewerbs- und Kartellrecht",
                "en": "Competition and antitrust law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505051,
            "name": {
                "de": "Rechtsethik",
                "en": "Legal ethics"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505052,
            "name": {
                "de": "Versicherungsrecht",
                "en": "Insurance law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505053,
            "name": {
                "de": "Verwaltungsverfahrensrecht",
                "en": "Administrative procedural law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505017,
            "name": {
                "de": "Rechtsvergleichung",
                "en": "Comparative law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505038,
            "name": {
                "de": "Marken- und Patentrecht",
                "en": "Trademark and patent law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505050,
            "name": {
                "de": "Tierschutzrecht",
                "en": "Animal protection law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505049,
            "name": {
                "de": "Schiedsverfahrensrecht",
                "en": "Arbitration law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 504031,
            "name": {
                "de": "Diversitätsforschung",
                "en": "Diversity research"
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504032,
            "name": {
                "de": "Sozialarbeitsforschung",
                "en": "Social work research"
            },
            "level": 6,
            "parent": 504000,
            "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": 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": []
        }
    ]
}