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=80&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=100&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=60&ordering=-name",
    "results": [
        {
            "id": 502047,
            "name": {
                "de": "Volkswirtschaftstheorie",
                "en": "Economic theory "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502046,
            "name": {
                "de": "Volkswirtschaftspolitik",
                "en": "Economic policy "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502053,
            "name": {
                "de": "Volkswirtschaftslehre",
                "en": "Economics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 604030,
            "name": {
                "de": "Volksmusikforschung",
                "en": "Folk music research "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 605010,
            "name": {
                "de": "Visuelle Kultur",
                "en": "Visual culture"
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 102037,
            "name": {
                "de": "Visualisierung",
                "en": "Visualisation"
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 601026,
            "name": {
                "de": "Virtuelle Archäologie",
                "en": "Virtual archeology"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 102026,
            "name": {
                "de": "Virtual Reality",
                "en": "Virtual reality "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                67508,
                99368
            ]
        },
        {
            "id": 303034,
            "name": {
                "de": "Virologie",
                "en": "Virology "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                112729,
                51736,
                99430,
                107190,
                94596,
                64754,
                51812,
                95322,
                50509,
                124674,
                51503,
                91769,
                50514
            ]
        },
        {
            "id": 403031,
            "name": {
                "de": "Virologie (Veterinärmedizin)",
                "en": "Veterinary virology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403000,
            "name": {
                "de": "Veterinärmedizin",
                "en": "Veterinary Medicine"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 505053,
            "name": {
                "de": "Verwaltungsverfahrensrecht",
                "en": "Administrative procedural law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505028,
            "name": {
                "de": "Verwaltungsrecht",
                "en": "Administrative law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505027,
            "name": {
                "de": "Verwaltungslehre",
                "en": "Administrative studies "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 502055,
            "name": {
                "de": "Verteilungsökonomie",
                "en": "Distribution economics"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 102025,
            "name": {
                "de": "Verteilte Systeme",
                "en": "Distributed systems "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 303040,
            "name": {
                "de": "Versorgungsforschung",
                "en": "Health services research"
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                66488,
                100141,
                92483,
                100251,
                92363,
                91510,
                51745,
                63287,
                105863,
                117683,
                125094
            ]
        },
        {
            "id": 505052,
            "name": {
                "de": "Versicherungsrecht",
                "en": "Insurance law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 101023,
            "name": {
                "de": "Versicherungsmathematik",
                "en": "Actuarial mathematics "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                79791
            ]
        },
        {
            "id": 211920,
            "name": {
                "de": "Verpackungstechnik",
                "en": "Packaging technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        }
    ]
}