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=1060&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=1080&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1040&ordering=name",
    "results": [
        {
            "id": 211913,
            "name": {
                "de": "Qualitätssicherung",
                "en": "Quality assurance "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 102040,
            "name": {
                "de": "Quantencomputing",
                "en": "Quantum computing "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 103024,
            "name": {
                "de": "Quantenfeldtheorie",
                "en": "Quantum field theory "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103025,
            "name": {
                "de": "Quantenmechanik",
                "en": "Quantum mechanics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103026,
            "name": {
                "de": "Quantenoptik",
                "en": "Quantum optics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 601019,
            "name": {
                "de": "Quellenkunde",
                "en": "Source studies "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 202033,
            "name": {
                "de": "Radartechnik",
                "en": "Radar technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 104020,
            "name": {
                "de": "Radiochemie",
                "en": "Radiochemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                120350,
                76269,
                101523
            ]
        },
        {
            "id": 302069,
            "name": {
                "de": "Radiochirurgie",
                "en": "Radiosurgery "
            },
            "level": 6,
            "parent": 302000,
            "persons": []
        },
        {
            "id": 302070,
            "name": {
                "de": "Radiodiagnostik",
                "en": "Radiodiagnostics "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                116221,
                82111,
                53950,
                51726,
                100510,
                52008,
                92182,
                66027,
                105379
            ]
        },
        {
            "id": 302071,
            "name": {
                "de": "Radiologie",
                "en": "Radiology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                51914,
                126155,
                50860,
                51882,
                51557,
                51696,
                82111,
                60016,
                62787,
                123032,
                100618,
                99730,
                60744,
                104202,
                98605,
                100212,
                51955,
                116406,
                57389,
                97688,
                51957,
                51373,
                51726,
                100510,
                52008,
                92182,
                53287,
                51716,
                51913,
                66027,
                118927,
                74075,
                120871,
                85440,
                114676,
                56994,
                105379,
                51958
            ]
        },
        {
            "id": 303039,
            "name": {
                "de": "Radiologietechnologie",
                "en": "Radiological technology"
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                104318,
                74435
            ]
        },
        {
            "id": 204005,
            "name": {
                "de": "Raffinerietechnik",
                "en": "Refining technology  "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 507011,
            "name": {
                "de": "Raumforschung",
                "en": "Spatial research "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 604026,
            "name": {
                "de": "Raumkunst",
                "en": "Spatial arts "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 507012,
            "name": {
                "de": "Raumordnung",
                "en": "Spatial structure "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 103027,
            "name": {
                "de": "Reaktorphysik",
                "en": "Reactor physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 203019,
            "name": {
                "de": "Reaktortechnik",
                "en": "Reactor technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 502033,
            "name": {
                "de": "Rechnungswesen",
                "en": "Accounting "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 505051,
            "name": {
                "de": "Rechtsethik",
                "en": "Legal ethics"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        }
    ]
}