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=380&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=400&ordering=-id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=360&ordering=-id",
    "results": [
        {
            "id": 504020,
            "name": {
                "de": "Medizinsoziologie",
                "en": "Medical sociology "
            },
            "level": 6,
            "parent": 504000,
            "persons": [
                51845,
                51688,
                51741
            ]
        },
        {
            "id": 504019,
            "name": {
                "de": "Mediensoziologie",
                "en": "Media sociology  "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504018,
            "name": {
                "de": "Kultursoziologie",
                "en": "Sociology of culture "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504017,
            "name": {
                "de": "Kulturanthropologie",
                "en": "Cultural anthropology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504016,
            "name": {
                "de": "Jugendsoziologie",
                "en": "Sociology of youth "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504015,
            "name": {
                "de": "Geschichte der Soziologie",
                "en": "History of sociology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504014,
            "name": {
                "de": "Gender Studies",
                "en": "Gender studies "
            },
            "level": 6,
            "parent": 504000,
            "persons": [
                51671,
                51541
            ]
        },
        {
            "id": 504013,
            "name": {
                "de": "Gender Mainstreaming",
                "en": "Gender mainstreaming "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504012,
            "name": {
                "de": "Freizeitforschung",
                "en": "Leisure research "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504011,
            "name": {
                "de": "Familienforschung",
                "en": "Genealogy "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504010,
            "name": {
                "de": "Europäische Ethnologie",
                "en": "European ethnology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504009,
            "name": {
                "de": "Ethnologie",
                "en": "Ethnology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504008,
            "name": {
                "de": "Ethnographie",
                "en": "Ethnography "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504007,
            "name": {
                "de": "Empirische Sozialforschung",
                "en": "Empirical social research "
            },
            "level": 6,
            "parent": 504000,
            "persons": [
                51845,
                91510
            ]
        },
        {
            "id": 504006,
            "name": {
                "de": "Demographie",
                "en": "Demography "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504005,
            "name": {
                "de": "Bildungssoziologie",
                "en": "Educational sociology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504004,
            "name": {
                "de": "Bevölkerungsstatistik",
                "en": "Population statistics "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504003,
            "name": {
                "de": "Armut und soziale Ausgrenzung",
                "en": "Poverty and social exclusion "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504002,
            "name": {
                "de": "Arbeitssoziologie",
                "en": "Sociology of work "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504001,
            "name": {
                "de": "Allgemeine Soziologie",
                "en": "General sociology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        }
    ]
}