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=1320&ordering=-name
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=1340&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1300&ordering=-name",
    "results": [
        {
            "id": 503004,
            "name": {
                "de": "Berufskunde",
                "en": "Vocational studies "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 303003,
            "name": {
                "de": "Berufskrankheiten",
                "en": "Occupational diseases "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                51346,
                51523,
                51687
            ]
        },
        {
            "id": 207303,
            "name": {
                "de": "Bergschadenkunde",
                "en": "Mining damage "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207302,
            "name": {
                "de": "Bergbaukunde",
                "en": "Mining engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207300,
            "name": {
                "de": "Bergbau, Erdölgewinnung",
                "en": "Mining, Petroleum Engineering"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 503003,
            "name": {
                "de": "Begabungsforschung",
                "en": "Talent research "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 201902,
            "name": {
                "de": "Bauökologie",
                "en": "Building ecology "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201000,
            "name": {
                "de": "Bauwesen",
                "en": "Construction Engineering"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 201906,
            "name": {
                "de": "Bauwerksbegrünung",
                "en": "Building-integrated vegetation"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201106,
            "name": {
                "de": "Bautechnik",
                "en": "Structural engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 205001,
            "name": {
                "de": "Baustoffprüfung",
                "en": "Building materials testing "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 201105,
            "name": {
                "de": "Baustofflehre",
                "en": "Construction material practice "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201104,
            "name": {
                "de": "Baustatik",
                "en": "Structural analysis "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 505035,
            "name": {
                "de": "Baurecht",
                "en": "Building law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 201103,
            "name": {
                "de": "Bauphysik",
                "en": "Building physics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201215,
            "name": {
                "de": "Baukulturelles Erbe",
                "en": "Building cultural heritage"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201100,
            "name": {
                "de": "Bauingenieurwesen",
                "en": "Civil Engineering"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201131,
            "name": {
                "de": "Baugeschichte",
                "en": "Building history"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201205,
            "name": {
                "de": "Bauforschung",
                "en": "Building research "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201905,
            "name": {
                "de": "Bauen im Bestand",
                "en": "Building within existing structures "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        }
    ]
}