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=520&ordering=parent
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=540&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=500&ordering=parent",
    "results": [
        {
            "id": 207401,
            "name": {
                "de": "3D-Vermessung",
                "en": "3D-surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207402,
            "name": {
                "de": "Fernerkundung",
                "en": "Remote sensing "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207403,
            "name": {
                "de": "Geodäsie",
                "en": "Geodesy "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207404,
            "name": {
                "de": "Geoinformatik",
                "en": "Geoinformatics "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207405,
            "name": {
                "de": "Ingenieurgeodäsie",
                "en": "Engineering geodesy "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207406,
            "name": {
                "de": "Kartographie",
                "en": "Cartography "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207407,
            "name": {
                "de": "Katastervermessung",
                "en": "Cadastral surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207408,
            "name": {
                "de": "Landesvermessung",
                "en": "Land surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207409,
            "name": {
                "de": "Navigationssysteme",
                "en": "Navigation systems "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207208,
            "name": {
                "de": "Tunnelbelüftung",
                "en": "Tunnel ventilation"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207109,
            "name": {
                "de": "Schadstoffemission",
                "en": "Pollutant emission "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207308,
            "name": {
                "de": "Erdöltechnik",
                "en": "Petroleum engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207902,
            "name": {
                "de": "Computational Geosciences",
                "en": "Computational geosciences"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 208001,
            "name": {
                "de": "Bioremediation",
                "en": "Bioremediation "
            },
            "level": 6,
            "parent": 208000,
            "persons": []
        },
        {
            "id": 208002,
            "name": {
                "de": "Ethik in der Umweltbiotechnologie",
                "en": "Environmental biotechnology related ethics "
            },
            "level": 6,
            "parent": 208000,
            "persons": []
        },
        {
            "id": 208003,
            "name": {
                "de": "Umweltbiotechnologie",
                "en": "Environmental biotechnology "
            },
            "level": 6,
            "parent": 208000,
            "persons": []
        },
        {
            "id": 209001,
            "name": {
                "de": "Biokatalyse",
                "en": "Biocatalysis "
            },
            "level": 6,
            "parent": 209000,
            "persons": []
        },
        {
            "id": 209002,
            "name": {
                "de": "Bioprozesstechnik",
                "en": "Bioprocess technology "
            },
            "level": 6,
            "parent": 209000,
            "persons": [
                104200
            ]
        },
        {
            "id": 209003,
            "name": {
                "de": "Biotreibstoffe",
                "en": "Biofuels "
            },
            "level": 6,
            "parent": 209000,
            "persons": []
        },
        {
            "id": 209004,
            "name": {
                "de": "Enzymtechnologie",
                "en": "Enzyme technology "
            },
            "level": 6,
            "parent": 209000,
            "persons": []
        }
    ]
}