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=760&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=780&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=740&ordering=level",
    "results": [
        {
            "id": 505045,
            "name": {
                "de": "Hochschulrecht",
                "en": "Higher education law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505046,
            "name": {
                "de": "Luft- und Weltraumrecht",
                "en": "Air and space law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505047,
            "name": {
                "de": "Allgemeines Verfahrensrecht",
                "en": "General procedural law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505048,
            "name": {
                "de": "Sachenrecht",
                "en": "Property law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 506015,
            "name": {
                "de": "Asylpolitik",
                "en": "Asylum policy"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506016,
            "name": {
                "de": "Migrationspolitik",
                "en": "Migration policy"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506017,
            "name": {
                "de": "Wissenschafts- und Technologiepolitik",
                "en": "Science and technology policy"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 508016,
            "name": {
                "de": "Wissenschaftskommunikation",
                "en": "Science communication"
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508017,
            "name": {
                "de": "Organisationskommunikation",
                "en": "Organisational communication"
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508018,
            "name": {
                "de": "Rezeptionsforschung",
                "en": "Reception research"
            },
            "level": 6,
            "parent": 508000,
            "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": 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": []
        }
    ]
}