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=1140&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=1160&ordering=-id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1120&ordering=-id",
    "results": [
        {
            "id": 201205,
            "name": {
                "de": "Bauforschung",
                "en": "Building research "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201204,
            "name": {
                "de": "Barrierefreies Bauen",
                "en": "Barrier-free building "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201203,
            "name": {
                "de": "Architekturtheorie",
                "en": "Architectural theory "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201202,
            "name": {
                "de": "Architekturmodellbau",
                "en": "Architectural modelling  "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201201,
            "name": {
                "de": "Architekturgeschichte",
                "en": "History of architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201200,
            "name": {
                "de": "Architektur",
                "en": "Architecture"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201133,
            "name": {
                "de": "Bauakustik",
                "en": "Building acoustics"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201132,
            "name": {
                "de": "Computational Engineering",
                "en": "Computational Engineering"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201131,
            "name": {
                "de": "Baugeschichte",
                "en": "Building history"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201130,
            "name": {
                "de": "Konstruktiver Glasbau",
                "en": "Structural glass construction"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201129,
            "name": {
                "de": "Erdbebeningenieurwesen",
                "en": "Earthquake engineering"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201128,
            "name": {
                "de": "Nachhaltiges Bauen",
                "en": "Sustainable building "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201127,
            "name": {
                "de": "Wildbach- und Lawinenverbauung",
                "en": "Torrent and avalanche control "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201126,
            "name": {
                "de": "Wasserkraftanlagenbau",
                "en": "Hydropower plant construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201125,
            "name": {
                "de": "Wasserbau",
                "en": "Hydraulic engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201124,
            "name": {
                "de": "Tragwerkslehre",
                "en": "Structural design "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201123,
            "name": {
                "de": "Tiefbau",
                "en": "Underground engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201122,
            "name": {
                "de": "Technischer Hochwasserschutz",
                "en": "Technical flood protection "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201121,
            "name": {
                "de": "Straßenbau",
                "en": "Road construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201120,
            "name": {
                "de": "Stahlbetonbau",
                "en": "Reinforced concrete construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        }
    ]
}