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=560&ordering=-parent
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=580&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=540&ordering=-parent",
    "results": [
        {
            "id": 404005,
            "name": {
                "de": "Gärungstechnologie",
                "en": "Fermentation technology "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        },
        {
            "id": 404006,
            "name": {
                "de": "Gentechnik",
                "en": "Genetic engineering "
            },
            "level": 6,
            "parent": 404000,
            "persons": [
                58881,
                50910,
                58452
            ]
        },
        {
            "id": 404007,
            "name": {
                "de": "Lebensmittelbiotechnologie",
                "en": "Food biotechnology "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        },
        {
            "id": 403033,
            "name": {
                "de": "Regenerative Medizin (Veterinärmedizin)",
                "en": "Veterinary regenerative medicine "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403034,
            "name": {
                "de": "Schmerzmedizin (Veterinärmedizin)",
                "en": "Veterinary pain medicine"
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403037,
            "name": {
                "de": "Physikalische Medizin (Veterinärmedizin)",
                "en": "Veterinary physical medicine"
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403038,
            "name": {
                "de": "Physiotherapie (Veterinärmedizin)",
                "en": "Veterinary physiotherapy"
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403001,
            "name": {
                "de": "Anästhesiologie (Veterinärmedizin)",
                "en": "Veterinary anaesthesiology "
            },
            "level": 6,
            "parent": 403000,
            "persons": [
                51073,
                62305
            ]
        },
        {
            "id": 403002,
            "name": {
                "de": "Anatomie (Veterinärmedizin)",
                "en": "Veterinary anatomy "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403003,
            "name": {
                "de": "Andrologie (Veterinärmedizin)",
                "en": "Veterinary andrology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403004,
            "name": {
                "de": "Augenheilkunde (Veterinärmedizin)",
                "en": "Veterinary ophthalmology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403005,
            "name": {
                "de": "Bakteriologie (Veterinärmedizin)",
                "en": "Veterinary bacteriology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403006,
            "name": {
                "de": "Bildgebende Diagnostik (Veterinärmedizin)",
                "en": "Veterinary diagnostic imaging "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403007,
            "name": {
                "de": "Chirurgie (Veterinärmedizin)",
                "en": "Veterinary surgery "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403008,
            "name": {
                "de": "Diagnostik (Veterinärmedizin)",
                "en": "Veterinary diagnostics "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403009,
            "name": {
                "de": "Embryologie (Veterinärmedizin)",
                "en": "Veterinary embryology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403010,
            "name": {
                "de": "Geburtshilfe (Veterinärmedizin)",
                "en": "Veterinary obstetrics "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403011,
            "name": {
                "de": "Gerichtliche Veterinärmedizin",
                "en": "Forensic veterinary medicine "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403012,
            "name": {
                "de": "Geschichte der Veterinärmedizin",
                "en": "History of veterinary medicine "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403013,
            "name": {
                "de": "Gynäkologie (Veterinärmedizin)",
                "en": "Veterinary gynaecology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        }
    ]
}