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=1240&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=1260&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1220&ordering=parent",
    "results": [
        {
            "id": 509012,
            "name": {
                "de": "Sozialpolitik",
                "en": "Social policy "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509013,
            "name": {
                "de": "Sozialstatistik",
                "en": "Social statistics "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509014,
            "name": {
                "de": "Spielforschung",
                "en": "Game research "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509015,
            "name": {
                "de": "Unfallforschung",
                "en": "Accident research "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509016,
            "name": {
                "de": "Verkehrswirtschaft",
                "en": "Transport economics "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509017,
            "name": {
                "de": "Wissenschaftsforschung",
                "en": "Social studies of science "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509018,
            "name": {
                "de": "Wissensmanagement",
                "en": "Knowledge management "
            },
            "level": 6,
            "parent": 509000,
            "persons": [
                54223,
                88711
            ]
        },
        {
            "id": 509019,
            "name": {
                "de": "Zukunftsforschung",
                "en": "Futurology "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509020,
            "name": {
                "de": "Militärethik",
                "en": "Military ethics "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509021,
            "name": {
                "de": "Militärwissenschaft",
                "en": "Military science "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509022,
            "name": {
                "de": "Polemologie",
                "en": "Polemology "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509026,
            "name": {
                "de": "Digitalisierungsforschung",
                "en": "Digitalisation research"
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509003,
            "name": {
                "de": "Entwicklungszusammenarbeit",
                "en": "Development cooperation "
            },
            "level": 6,
            "parent": 509000,
            "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": 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": []
        }
    ]
}