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=160&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=180&ordering=-id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=140&ordering=-id",
    "results": [
        {
            "id": 602017,
            "name": {
                "de": "Indogermanistik",
                "en": "Indo-European studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602016,
            "name": {
                "de": "Hermeneutik",
                "en": "Hermeneutics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602015,
            "name": {
                "de": "Gräzistik",
                "en": "Greek studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602014,
            "name": {
                "de": "Germanistik",
                "en": "German studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602013,
            "name": {
                "de": "Gebärdensprachforschung",
                "en": "Sign language research "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602012,
            "name": {
                "de": "Finno-Ugristik",
                "en": "Finno-Ugrian studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602011,
            "name": {
                "de": "Computerlinguistik",
                "en": "Computational linguistics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602010,
            "name": {
                "de": "Byzantinistik",
                "en": "Byzantine studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602009,
            "name": {
                "de": "Arabistik",
                "en": "Arabic studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602008,
            "name": {
                "de": "Anglistik",
                "en": "English studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602007,
            "name": {
                "de": "Angewandte Sprachwissenschaft",
                "en": "Applied linguistics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602006,
            "name": {
                "de": "Angewandte Literaturwissenschaft",
                "en": "Applied literature studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602005,
            "name": {
                "de": "Amerikanistik",
                "en": "American studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602004,
            "name": {
                "de": "Allgemeine Sprachwissenschaft",
                "en": "General linguistics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602003,
            "name": {
                "de": "Allgemeine Literaturwissenschaft",
                "en": "General literature studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602002,
            "name": {
                "de": "Ägyptologie",
                "en": "Egyptology "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602001,
            "name": {
                "de": "Afrikanistik",
                "en": "African studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602000,
            "name": {
                "de": "Sprach- und Literaturwissenschaften",
                "en": "Linguistics and Literature"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 601031,
            "name": {
                "de": "Umweltgeschichte",
                "en": "Environmental history"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601030,
            "name": {
                "de": "Erinnerungskultur",
                "en": "Culture of remembrance"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        }
    ]
}