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=1280&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=1300&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1260&ordering=id",
    "results": [
        {
            "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": 601024,
            "name": {
                "de": "Archäologische Prospektion",
                "en": "Archaeological prospection"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601025,
            "name": {
                "de": "Experimentelle Archäologie",
                "en": "Experimental archaeology"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601026,
            "name": {
                "de": "Virtuelle Archäologie",
                "en": "Virtual archeology"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601027,
            "name": {
                "de": "Wüstungsforschung",
                "en": "Deserted settlement research"
            },
            "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": 601030,
            "name": {
                "de": "Erinnerungskultur",
                "en": "Culture of remembrance"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601031,
            "name": {
                "de": "Umweltgeschichte",
                "en": "Environmental history"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 602000,
            "name": {
                "de": "Sprach- und Literaturwissenschaften",
                "en": "Linguistics and Literature"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 602001,
            "name": {
                "de": "Afrikanistik",
                "en": "African studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602002,
            "name": {
                "de": "Ägyptologie",
                "en": "Egyptology "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602003,
            "name": {
                "de": "Allgemeine Literaturwissenschaft",
                "en": "General literature studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602004,
            "name": {
                "de": "Allgemeine Sprachwissenschaft",
                "en": "General linguistics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602005,
            "name": {
                "de": "Amerikanistik",
                "en": "American studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602006,
            "name": {
                "de": "Angewandte Literaturwissenschaft",
                "en": "Applied literature studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602007,
            "name": {
                "de": "Angewandte Sprachwissenschaft",
                "en": "Applied linguistics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602008,
            "name": {
                "de": "Anglistik",
                "en": "English studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        }
    ]
}