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=400&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=420&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=380&ordering=-name",
    "results": [
        {
            "id": 302069,
            "name": {
                "de": "Radiochirurgie",
                "en": "Radiosurgery "
            },
            "level": 6,
            "parent": 302000,
            "persons": []
        },
        {
            "id": 104020,
            "name": {
                "de": "Radiochemie",
                "en": "Radiochemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                120350,
                76269,
                101523
            ]
        },
        {
            "id": 202033,
            "name": {
                "de": "Radartechnik",
                "en": "Radar technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 601019,
            "name": {
                "de": "Quellenkunde",
                "en": "Source studies "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 103026,
            "name": {
                "de": "Quantenoptik",
                "en": "Quantum optics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103025,
            "name": {
                "de": "Quantenmechanik",
                "en": "Quantum mechanics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103024,
            "name": {
                "de": "Quantenfeldtheorie",
                "en": "Quantum field theory "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 102040,
            "name": {
                "de": "Quantencomputing",
                "en": "Quantum computing "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 211913,
            "name": {
                "de": "Qualitätssicherung",
                "en": "Quality assurance "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 502032,
            "name": {
                "de": "Qualitätsmanagement",
                "en": "Quality management "
            },
            "level": 6,
            "parent": 502000,
            "persons": [
                111310
            ]
        },
        {
            "id": 503023,
            "name": {
                "de": "Qualifikationsforschung",
                "en": "Qualification research "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 501016,
            "name": {
                "de": "Pädagogische Psychologie",
                "en": "Educational psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 302068,
            "name": {
                "de": "Pulmologie",
                "en": "Pulmology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                85658,
                73404,
                61540,
                58984,
                51525,
                79732,
                51713,
                87980,
                82595,
                100914,
                59238,
                51976,
                82090,
                58739,
                60829,
                51653,
                51726,
                95212,
                50167,
                113973,
                71794,
                78012,
                78013
            ]
        },
        {
            "id": 508014,
            "name": {
                "de": "Publizistik",
                "en": "Journalism "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 605005,
            "name": {
                "de": "Publikumsforschung",
                "en": "Audience research "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 508013,
            "name": {
                "de": "Public Relations",
                "en": "Public relations "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 502031,
            "name": {
                "de": "Public Management",
                "en": "Public management "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 303026,
            "name": {
                "de": "Public Health",
                "en": "Public health "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                98222,
                100817,
                116243,
                66488,
                92002,
                51959,
                100141,
                91207,
                90882,
                92483,
                100251,
                92363,
                51745,
                70339,
                119651,
                51098,
                89152,
                60096,
                105059
            ]
        },
        {
            "id": 501019,
            "name": {
                "de": "Psychotherapie",
                "en": "Psychotherapy "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                50887,
                51666,
                51505,
                50774,
                51907,
                63548,
                51506,
                51634
            ]
        },
        {
            "id": 501028,
            "name": {
                "de": "Psychosoziale Notfallversorgung (PSNV)",
                "en": "Psychosocial support in emergencies "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        }
    ]
}