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=860&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=880&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=840&ordering=name",
    "results": [
        {
            "id": 604023,
            "name": {
                "de": "Musiktheorie",
                "en": "Music theory "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 501027,
            "name": {
                "de": "Musiktherapie",
                "en": "Music therapy "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 604024,
            "name": {
                "de": "Musikwissenschaft",
                "en": "Musicology "
            },
            "level": 6,
            "parent": 604000,
            "persons": [
                103183
            ]
        },
        {
            "id": 106024,
            "name": {
                "de": "Mykologie",
                "en": "Mycology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                50497,
                51488
            ]
        },
        {
            "id": 100000,
            "name": {
                "de": "NATURWISSENSCHAFTEN",
                "en": "NATURAL SCIENCES"
            },
            "level": 1,
            "parent": null,
            "persons": []
        },
        {
            "id": 502023,
            "name": {
                "de": "NPO-Forschung",
                "en": "NPO research "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 405004,
            "name": {
                "de": "Nachhaltige Landwirtschaft",
                "en": "Sustainable agriculture "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 507027,
            "name": {
                "de": "Nachhaltige Stadtentwicklung",
                "en": "Sustainable urban development "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 211911,
            "name": {
                "de": "Nachhaltige Technologien",
                "en": "Sustainable technologies "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 201128,
            "name": {
                "de": "Nachhaltiges Bauen",
                "en": "Sustainable building "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 502022,
            "name": {
                "de": "Nachhaltiges Wirtschaften",
                "en": "Sustainable economics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 202030,
            "name": {
                "de": "Nachrichtentechnik",
                "en": "Communication engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 401905,
            "name": {
                "de": "Nachwachsende Rohstoffe",
                "en": "Renewable resources "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 602033,
            "name": {
                "de": "Namenforschung",
                "en": "Onomastics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 210001,
            "name": {
                "de": "Nanoanalytik",
                "en": "Nanoanalytics "
            },
            "level": 6,
            "parent": 210000,
            "persons": []
        },
        {
            "id": 210002,
            "name": {
                "de": "Nanobiotechnologie",
                "en": "Nanobiotechnology "
            },
            "level": 6,
            "parent": 210000,
            "persons": [
                129518,
                113130
            ]
        },
        {
            "id": 210003,
            "name": {
                "de": "Nanoelektronik",
                "en": "Nanoelectronics "
            },
            "level": 6,
            "parent": 210000,
            "persons": []
        },
        {
            "id": 210004,
            "name": {
                "de": "Nanomaterialien",
                "en": "Nanomaterials "
            },
            "level": 6,
            "parent": 210000,
            "persons": [
                129518,
                90214,
                113130
            ]
        },
        {
            "id": 210005,
            "name": {
                "de": "Nanophotonik",
                "en": "Nanophotonics "
            },
            "level": 6,
            "parent": 210000,
            "persons": [
                86770
            ]
        },
        {
            "id": 210000,
            "name": {
                "de": "Nanotechnologie",
                "en": "Nanotechnology"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        }
    ]
}