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=900&ordering=id
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=920&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=880&ordering=id",
    "results": [
        {
            "id": 403021,
            "name": {
                "de": "Neurologie (Veterinärmedizin)",
                "en": "Veterinary neurology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403022,
            "name": {
                "de": "Orthopädie (Veterinärmedizin)",
                "en": "Veterinary orthopaedics "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403023,
            "name": {
                "de": "Parasitologie (Veterinärmedizin)",
                "en": "Veterinary parasitology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403024,
            "name": {
                "de": "Pathologie (Veterinärmedizin)",
                "en": "Veterinary pathology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403025,
            "name": {
                "de": "Pharmakologie (Veterinärmedizin)",
                "en": "Veterinary pharmacology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403026,
            "name": {
                "de": "Physiologie (Veterinärmedizin)",
                "en": "Veterinary physiology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403027,
            "name": {
                "de": "Phytotherapie (Veterinärmedizin)",
                "en": "Veterinary phytotherapy "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403028,
            "name": {
                "de": "Tierernährung",
                "en": "Animal nutrition "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403029,
            "name": {
                "de": "Tierseuchenbekämpfung",
                "en": "Control of animal diseases "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403030,
            "name": {
                "de": "Toxikologie (Veterinärmedizin)",
                "en": "Veterinary toxicology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403031,
            "name": {
                "de": "Virologie (Veterinärmedizin)",
                "en": "Veterinary virology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403032,
            "name": {
                "de": "Zahnheilkunde (Veterinärmedizin)",
                "en": "Veterinary dentistry "
            },
            "level": 6,
            "parent": 403000,
            "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": 403035,
            "name": {
                "de": "Bestandsbetreuung",
                "en": "Herd health management"
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403036,
            "name": {
                "de": "Intensivmedizin (Veterinärmedizin)",
                "en": "Veterinary critical care 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": 404000,
            "name": {
                "de": "Agrarbiotechnologie, Lebensmittelbiotechnologie",
                "en": "Agricultural Biotechnology, Food Biotechnology"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 404001,
            "name": {
                "de": "Agrarbiotechnologie",
                "en": "Agricultural biotechnology "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        }
    ]
}