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=380&ordering=-name
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=400&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=360&ordering=-name",
    "results": [
        {
            "id": 507013,
            "name": {
                "de": "Regionale Geographie",
                "en": "Regional geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 304008,
            "name": {
                "de": "Regenerative Medizin",
                "en": "Regenerative medicine"
            },
            "level": 6,
            "parent": 304000,
            "persons": [
                60563
            ]
        },
        {
            "id": 403033,
            "name": {
                "de": "Regenerative Medizin (Veterinärmedizin)",
                "en": "Veterinary regenerative medicine "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 202034,
            "name": {
                "de": "Regelungstechnik",
                "en": "Control engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                51854
            ]
        },
        {
            "id": 207108,
            "name": {
                "de": "Recycling",
                "en": "Recycling "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 505000,
            "name": {
                "de": "Rechtswissenschaften",
                "en": "Law"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 505017,
            "name": {
                "de": "Rechtsvergleichung",
                "en": "Comparative law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505016,
            "name": {
                "de": "Rechtstheorie",
                "en": "Legal theory "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 504024,
            "name": {
                "de": "Rechtssoziologie",
                "en": "Sociology of law "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 501020,
            "name": {
                "de": "Rechtspsychologie",
                "en": "Legal psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 603117,
            "name": {
                "de": "Rechtsphilosophie",
                "en": "Philosophy of law "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 505015,
            "name": {
                "de": "Rechtsinformatik",
                "en": "Legal informatics "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505014,
            "name": {
                "de": "Rechtsgeschichte",
                "en": "Legal history "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505051,
            "name": {
                "de": "Rechtsethik",
                "en": "Legal ethics"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 502033,
            "name": {
                "de": "Rechnungswesen",
                "en": "Accounting "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 203019,
            "name": {
                "de": "Reaktortechnik",
                "en": "Reactor technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 103027,
            "name": {
                "de": "Reaktorphysik",
                "en": "Reactor physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 507012,
            "name": {
                "de": "Raumordnung",
                "en": "Spatial structure "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 604026,
            "name": {
                "de": "Raumkunst",
                "en": "Spatial arts "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 507011,
            "name": {
                "de": "Raumforschung",
                "en": "Spatial research "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        }
    ]
}