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&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=20&ordering=-name",
    "previous": null,
    "results": [
        {
            "id": 202040,
            "name": {
                "de": "Übertragungstechnik",
                "en": "Transmission technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 601016,
            "name": {
                "de": "Österreichische Geschichte",
                "en": "Austrian history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 507009,
            "name": {
                "de": "Örtliche Raumplanung",
                "en": "Regional planning "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 603215,
            "name": {
                "de": "Ökumenische Theologie",
                "en": "Ecumenical theology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 106027,
            "name": {
                "de": "Ökotoxikologie",
                "en": "Ecotoxicology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106026,
            "name": {
                "de": "Ökosystemforschung",
                "en": "Ecosystem research "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 502025,
            "name": {
                "de": "Ökonometrie",
                "en": "Econometrics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 401109,
            "name": {
                "de": "Ökologischer Landbau",
                "en": "Organic farming "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 505012,
            "name": {
                "de": "Öffentliches Recht",
                "en": "Public law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 502024,
            "name": {
                "de": "Öffentliche Wirtschaft",
                "en": "Public economy "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 603101,
            "name": {
                "de": "Ästhetik",
                "en": "Aesthetics "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 602002,
            "name": {
                "de": "Ägyptologie",
                "en": "Egyptology "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 301307,
            "name": {
                "de": "Zytogenetik",
                "en": "Cytogenetics "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                100850,
                50997,
                94754,
                51682,
                51996,
                51523
            ]
        },
        {
            "id": 101030,
            "name": {
                "de": "Zuverlässigkeitstheorie",
                "en": "Reliability theory"
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 509019,
            "name": {
                "de": "Zukunftsforschung",
                "en": "Futurology "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 106054,
            "name": {
                "de": "Zoologie",
                "en": "Zoology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106053,
            "name": {
                "de": "Zoogeographie",
                "en": "Zoogeography "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 505032,
            "name": {
                "de": "Zivilverfahrensrecht",
                "en": "Civil procedure law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505031,
            "name": {
                "de": "Zivilrecht",
                "en": "Civil law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 211921,
            "name": {
                "de": "Zivil- und Katastrophenschutz",
                "en": "Civil protection and disaster control "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        }
    ]
}