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=280&ordering=-name
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=300&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=260&ordering=-name",
    "results": [
        {
            "id": 504027,
            "name": {
                "de": "Spezielle Soziologie",
                "en": "Special sociology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 401116,
            "name": {
                "de": "Spezialkulturen",
                "en": "Special crops "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 105903,
            "name": {
                "de": "Speläologie",
                "en": "Speleology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 104026,
            "name": {
                "de": "Spektroskopie",
                "en": "Spectroscopy "
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                104765,
                125854
            ]
        },
        {
            "id": 504000,
            "name": {
                "de": "Soziologie",
                "en": "Sociology"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 602048,
            "name": {
                "de": "Soziolinguistik",
                "en": "Sociolinguistics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 509013,
            "name": {
                "de": "Sozialstatistik",
                "en": "Social statistics "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 505020,
            "name": {
                "de": "Sozialrecht",
                "en": "Social law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 503027,
            "name": {
                "de": "Sozialpädagogik",
                "en": "Social pedagogy "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                88711
            ]
        },
        {
            "id": 501021,
            "name": {
                "de": "Sozialpsychologie",
                "en": "Social psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 302076,
            "name": {
                "de": "Sozialpsychiatrie",
                "en": "Social psychiatry "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                51907
            ]
        },
        {
            "id": 509012,
            "name": {
                "de": "Sozialpolitik",
                "en": "Social policy "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 603119,
            "name": {
                "de": "Sozialphilosophie",
                "en": "Social philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 303027,
            "name": {
                "de": "Sozialmedizin",
                "en": "Social medicine "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                116243,
                77112,
                90882,
                51688,
                119651,
                89152,
                51741,
                60096,
                51634
            ]
        },
        {
            "id": 504026,
            "name": {
                "de": "Sozialgeschichte",
                "en": "Social history "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 601029,
            "name": {
                "de": "Sozialgeschichte",
                "en": "Social history"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 507017,
            "name": {
                "de": "Sozialgeographie",
                "en": "Social geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 504032,
            "name": {
                "de": "Sozialarbeitsforschung",
                "en": "Social work research"
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 207900,
            "name": {
                "de": "Sonstiges Umweltingenieurwesen, Angewandte Geowissenschaften",
                "en": "Environmental Engineering, Applied Geosciences not elsewhere classified"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 201900,
            "name": {
                "de": "Sonstiges Bauwesen",
                "en": "Construction Engineering not elsewhere classified"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        }
    ]
}