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=1120&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=1140&ordering=-id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1100&ordering=-id",
    "results": [
        {
            "id": 201901,
            "name": {
                "de": "Altbausanierung",
                "en": "Old building renovation "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201900,
            "name": {
                "de": "Sonstiges Bauwesen",
                "en": "Construction Engineering not elsewhere classified"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201307,
            "name": {
                "de": "Verkehrswirtschaft",
                "en": "Transport economics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201306,
            "name": {
                "de": "Verkehrstelematik",
                "en": "Traffic telematics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201305,
            "name": {
                "de": "Verkehrstechnik",
                "en": "Traffic engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201304,
            "name": {
                "de": "Straßenbau",
                "en": "Road construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201303,
            "name": {
                "de": "Seilbahnwesen",
                "en": "Ropeways "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201302,
            "name": {
                "de": "Eisenbahnwesen",
                "en": "Railway engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201301,
            "name": {
                "de": "Bahnbau",
                "en": "Railway construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201300,
            "name": {
                "de": "Verkehrswesen",
                "en": "Transportation"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201215,
            "name": {
                "de": "Baukulturelles Erbe",
                "en": "Building cultural heritage"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201214,
            "name": {
                "de": "Experimentelle Architektur",
                "en": "Experimental architecture"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201213,
            "name": {
                "de": "Wohnbau",
                "en": "Housing "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201212,
            "name": {
                "de": "Städtebau",
                "en": "Urban design "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201211,
            "name": {
                "de": "Solararchitektur",
                "en": "Solar architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201210,
            "name": {
                "de": "Landschaftsarchitektur",
                "en": "Landscape architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201209,
            "name": {
                "de": "Innenarchitektur",
                "en": "Interior design "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201208,
            "name": {
                "de": "Industriearchitektur",
                "en": "Industrial architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201207,
            "name": {
                "de": "Gebäudelehre",
                "en": "Building typology "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201206,
            "name": {
                "de": "Entwerfen",
                "en": "Designing "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        }
    ]
}