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=320&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=340&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=300&ordering=id",
    "results": [
        {
            "id": 201131,
            "name": {
                "de": "Baugeschichte",
                "en": "Building history"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201132,
            "name": {
                "de": "Computational Engineering",
                "en": "Computational Engineering"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201133,
            "name": {
                "de": "Bauakustik",
                "en": "Building acoustics"
            },
            "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": 201206,
            "name": {
                "de": "Entwerfen",
                "en": "Designing "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201207,
            "name": {
                "de": "Gebäudelehre",
                "en": "Building typology "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201208,
            "name": {
                "de": "Industriearchitektur",
                "en": "Industrial architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201209,
            "name": {
                "de": "Innenarchitektur",
                "en": "Interior design "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201210,
            "name": {
                "de": "Landschaftsarchitektur",
                "en": "Landscape architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201211,
            "name": {
                "de": "Solararchitektur",
                "en": "Solar architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201212,
            "name": {
                "de": "Städtebau",
                "en": "Urban design "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201213,
            "name": {
                "de": "Wohnbau",
                "en": "Housing "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201214,
            "name": {
                "de": "Experimentelle Architektur",
                "en": "Experimental architecture"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201215,
            "name": {
                "de": "Baukulturelles Erbe",
                "en": "Building cultural heritage"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201300,
            "name": {
                "de": "Verkehrswesen",
                "en": "Transportation"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        }
    ]
}