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=100&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=120&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=80&ordering=level",
    "results": [
        {
            "id": 201115,
            "name": {
                "de": "Konstruktiver Wasserbau",
                "en": "Structural hydraulic engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201116,
            "name": {
                "de": "Landwirtschaftliches Bauwesen",
                "en": "Agricultural civil engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 106018,
            "name": {
                "de": "Humanbiologie",
                "en": "Human biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                57420,
                122510,
                112209,
                116510,
                58881,
                50910,
                109087
            ]
        },
        {
            "id": 201118,
            "name": {
                "de": "Siedlungswasserbau",
                "en": "Urban water supply and sanitation "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201119,
            "name": {
                "de": "Stahlbau",
                "en": "Steel construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201120,
            "name": {
                "de": "Stahlbetonbau",
                "en": "Reinforced concrete construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201121,
            "name": {
                "de": "Straßenbau",
                "en": "Road construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201122,
            "name": {
                "de": "Technischer Hochwasserschutz",
                "en": "Technical flood protection "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201124,
            "name": {
                "de": "Tragwerkslehre",
                "en": "Structural design "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201125,
            "name": {
                "de": "Wasserbau",
                "en": "Hydraulic engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201126,
            "name": {
                "de": "Wasserkraftanlagenbau",
                "en": "Hydropower plant construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201127,
            "name": {
                "de": "Wildbach- und Lawinenverbauung",
                "en": "Torrent and avalanche control "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201128,
            "name": {
                "de": "Nachhaltiges Bauen",
                "en": "Sustainable building "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201200,
            "name": {
                "de": "Architektur",
                "en": "Architecture"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201201,
            "name": {
                "de": "Architekturgeschichte",
                "en": "History of architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201202,
            "name": {
                "de": "Architekturmodellbau",
                "en": "Architectural modelling  "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201203,
            "name": {
                "de": "Architekturtheorie",
                "en": "Architectural theory "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201204,
            "name": {
                "de": "Barrierefreies Bauen",
                "en": "Barrier-free building "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201205,
            "name": {
                "de": "Bauforschung",
                "en": "Building research "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 107007,
            "name": {
                "de": "Risikoforschung",
                "en": "Risk research "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        }
    ]
}