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=1360&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=1380&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1340&ordering=name",
    "results": [
        {
            "id": 507025,
            "name": {
                "de": "Verkehrsplanung",
                "en": "Transport planning "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 501025,
            "name": {
                "de": "Verkehrspsychologie",
                "en": "Traffic psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 505042,
            "name": {
                "de": "Verkehrsrecht",
                "en": "Traffic law "
            },
            "level": 6,
            "parent": 505000,
            "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": 201300,
            "name": {
                "de": "Verkehrswesen",
                "en": "Transportation"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 509016,
            "name": {
                "de": "Verkehrswirtschaft",
                "en": "Transport economics "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 201307,
            "name": {
                "de": "Verkehrswirtschaft",
                "en": "Transport economics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 207413,
            "name": {
                "de": "Vermessungswesen",
                "en": "Surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 211920,
            "name": {
                "de": "Verpackungstechnik",
                "en": "Packaging technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 101023,
            "name": {
                "de": "Versicherungsmathematik",
                "en": "Actuarial mathematics "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                79791
            ]
        },
        {
            "id": 505052,
            "name": {
                "de": "Versicherungsrecht",
                "en": "Insurance law"
            },
            "level": 6,
            "parent": 505000,
            "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": 102025,
            "name": {
                "de": "Verteilte Systeme",
                "en": "Distributed systems "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 502055,
            "name": {
                "de": "Verteilungsökonomie",
                "en": "Distribution economics"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 505027,
            "name": {
                "de": "Verwaltungslehre",
                "en": "Administrative studies "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505028,
            "name": {
                "de": "Verwaltungsrecht",
                "en": "Administrative law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505053,
            "name": {
                "de": "Verwaltungsverfahrensrecht",
                "en": "Administrative procedural law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 403000,
            "name": {
                "de": "Veterinärmedizin",
                "en": "Veterinary Medicine"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 403031,
            "name": {
                "de": "Virologie (Veterinärmedizin)",
                "en": "Veterinary virology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        }
    ]
}