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=200&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=220&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=180&ordering=-parent",
    "results": [
        {
            "id": 601016,
            "name": {
                "de": "Österreichische Geschichte",
                "en": "Austrian history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601017,
            "name": {
                "de": "Paläographie",
                "en": "Palaeography "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601018,
            "name": {
                "de": "Papyrologie",
                "en": "Papyrology "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601019,
            "name": {
                "de": "Quellenkunde",
                "en": "Source studies "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601020,
            "name": {
                "de": "Regionalgeschichte",
                "en": "Regional history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601021,
            "name": {
                "de": "Urgeschichte",
                "en": "Prehistory "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601022,
            "name": {
                "de": "Zeitgeschichte",
                "en": "Contemporary history "
            },
            "level": 6,
            "parent": 601000,
            "persons": [
                50862
            ]
        },
        {
            "id": 601023,
            "name": {
                "de": "Globalgeschichte",
                "en": "Global history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601028,
            "name": {
                "de": "Geschlechtergeschichte",
                "en": "Gender history"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601029,
            "name": {
                "de": "Sozialgeschichte",
                "en": "Social history"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601010,
            "name": {
                "de": "Klassische Archäologie",
                "en": "Classical archaeology "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601000,
            "name": {
                "de": "Geschichte, Archäologie",
                "en": "History, Archaeology"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 602000,
            "name": {
                "de": "Sprach- und Literaturwissenschaften",
                "en": "Linguistics and Literature"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 603000,
            "name": {
                "de": "Philosophie, Ethik, Religion",
                "en": "Philosophy, Ethics, Religion"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 604000,
            "name": {
                "de": "Kunstwissenschaften",
                "en": "Arts"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 605000,
            "name": {
                "de": "Andere Geisteswissenschaften",
                "en": "Other Humanities"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 509023,
            "name": {
                "de": "Entwicklungsforschung",
                "en": "Development research"
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509024,
            "name": {
                "de": "Sicherheitsforschung",
                "en": "Security research"
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509025,
            "name": {
                "de": "Technikforschung",
                "en": "Technology studies "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509001,
            "name": {
                "de": "Aktionsforschung",
                "en": "Action research "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        }
    ]
}