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=820&ordering=-level
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=840&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=800&ordering=-level",
    "results": [
        {
            "id": 509025,
            "name": {
                "de": "Technikforschung",
                "en": "Technology studies "
            },
            "level": 6,
            "parent": 509000,
            "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": 602056,
            "name": {
                "de": "Altorientalistik",
                "en": "Ancient Oriental studies"
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602057,
            "name": {
                "de": "Historische Linguistik",
                "en": "Historical linguistics"
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602058,
            "name": {
                "de": "Korpuslinguistik",
                "en": "Corpus linguistics"
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 603125,
            "name": {
                "de": "Metaethik",
                "en": "Metaethics"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603126,
            "name": {
                "de": "Interkulturelle Philosophie",
                "en": "Intercultural philosophy"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 604035,
            "name": {
                "de": "Orgelforschung",
                "en": "Organ research"
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 604036,
            "name": {
                "de": "Provenienzforschung",
                "en": "Provenance research"
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 604037,
            "name": {
                "de": "Sammlungspflege",
                "en": "Collection care"
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 605007,
            "name": {
                "de": "Digital Humanities",
                "en": "Digital humanities"
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 102038,
            "name": {
                "de": "Cloud Computing",
                "en": "Cloud computing"
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102039,
            "name": {
                "de": "Neuroinformatik",
                "en": "Neuroinformatics"
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                126275
            ]
        },
        {
            "id": 102040,
            "name": {
                "de": "Quantencomputing",
                "en": "Quantum computing "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 103045,
            "name": {
                "de": "Lichtoptische Mikroskopie",
                "en": "Light optical microscopy"
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 201133,
            "name": {
                "de": "Bauakustik",
                "en": "Building acoustics"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 203039,
            "name": {
                "de": "Schiffbautechnik",
                "en": "Shipbuilding technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        }
    ]
}