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=480&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=500&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=460&ordering=-name",
    "results": [
        {
            "id": 302061,
            "name": {
                "de": "Physikalische Medizin",
                "en": "Physical medicine "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                51671,
                51504,
                51519,
                63489
            ]
        },
        {
            "id": 403037,
            "name": {
                "de": "Physikalische Medizin (Veterinärmedizin)",
                "en": "Veterinary physical medicine"
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 104017,
            "name": {
                "de": "Physikalische Chemie",
                "en": "Physical chemistry  "
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                86770,
                113130
            ]
        },
        {
            "id": 103000,
            "name": {
                "de": "Physik, Astronomie",
                "en": "Physics, Astronomy"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 106033,
            "name": {
                "de": "Phylogenie",
                "en": "Phylogeny "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 202032,
            "name": {
                "de": "Photovoltaik",
                "en": "Photovoltaics "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 103040,
            "name": {
                "de": "Photonik",
                "en": "Photonics "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                86770
            ]
        },
        {
            "id": 207410,
            "name": {
                "de": "Photogrammetrie",
                "en": "Photogrammetry "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 104016,
            "name": {
                "de": "Photochemie",
                "en": "Photochemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 106032,
            "name": {
                "de": "Photobiologie",
                "en": "Photobiology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 602039,
            "name": {
                "de": "Phonologie",
                "en": "Phonology "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602038,
            "name": {
                "de": "Phonetik",
                "en": "Phonetics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 603115,
            "name": {
                "de": "Philosophische Anthropologie",
                "en": "Philosophical anthropology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603113,
            "name": {
                "de": "Philosophie",
                "en": "Philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603100,
            "name": {
                "de": "Philosophie, Ethik",
                "en": "Philosophy, Ethics"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603000,
            "name": {
                "de": "Philosophie, Ethik, Religion",
                "en": "Philosophy, Ethics, Religion"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 603114,
            "name": {
                "de": "Philosophie des Geistes",
                "en": "Philosophy of mind "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 301209,
            "name": {
                "de": "Pharmazie",
                "en": "Pharmacy "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                128995,
                51667,
                101523,
                98759
            ]
        },
        {
            "id": 301200,
            "name": {
                "de": "Pharmazie, Pharmakologie, Toxikologie",
                "en": "Pharmacy, Pharmacology, Toxicology"
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                107594,
                118787,
                82595,
                99558,
                90765,
                85069,
                103081,
                116402,
                122574,
                101523,
                56687,
                90620,
                100665
            ]
        },
        {
            "id": 301208,
            "name": {
                "de": "Pharmazeutische Technologie",
                "en": "Pharmaceutical technology "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                128995,
                51667,
                86770,
                104119,
                98759
            ]
        }
    ]
}