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=120&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=140&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=100&ordering=-level",
    "results": [
        {
            "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": 201300,
            "name": {
                "de": "Verkehrswesen",
                "en": "Transportation"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201301,
            "name": {
                "de": "Bahnbau",
                "en": "Railway construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201302,
            "name": {
                "de": "Eisenbahnwesen",
                "en": "Railway engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201303,
            "name": {
                "de": "Seilbahnwesen",
                "en": "Ropeways "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201304,
            "name": {
                "de": "Straßenbau",
                "en": "Road construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201305,
            "name": {
                "de": "Verkehrstechnik",
                "en": "Traffic engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201306,
            "name": {
                "de": "Verkehrstelematik",
                "en": "Traffic telematics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201307,
            "name": {
                "de": "Verkehrswirtschaft",
                "en": "Transport economics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201900,
            "name": {
                "de": "Sonstiges Bauwesen",
                "en": "Construction Engineering not elsewhere classified"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201901,
            "name": {
                "de": "Altbausanierung",
                "en": "Old building renovation "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201902,
            "name": {
                "de": "Bauökologie",
                "en": "Building ecology "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201904,
            "name": {
                "de": "Vegetationstechnik",
                "en": "Vegetation technology "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201905,
            "name": {
                "de": "Bauen im Bestand",
                "en": "Building within existing structures "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 202004,
            "name": {
                "de": "Brain-Computer Interface",
                "en": "Brain-computer interface "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                116401
            ]
        }
    ]
}