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=-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=580&ordering=-id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=540&ordering=-id",
    "results": [
        {
            "id": 403029,
            "name": {
                "de": "Tierseuchenbekämpfung",
                "en": "Control of animal diseases "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403028,
            "name": {
                "de": "Tierernährung",
                "en": "Animal nutrition "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403027,
            "name": {
                "de": "Phytotherapie (Veterinärmedizin)",
                "en": "Veterinary phytotherapy "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403026,
            "name": {
                "de": "Physiologie (Veterinärmedizin)",
                "en": "Veterinary physiology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403025,
            "name": {
                "de": "Pharmakologie (Veterinärmedizin)",
                "en": "Veterinary pharmacology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403024,
            "name": {
                "de": "Pathologie (Veterinärmedizin)",
                "en": "Veterinary pathology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403023,
            "name": {
                "de": "Parasitologie (Veterinärmedizin)",
                "en": "Veterinary parasitology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403022,
            "name": {
                "de": "Orthopädie (Veterinärmedizin)",
                "en": "Veterinary orthopaedics "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403021,
            "name": {
                "de": "Neurologie (Veterinärmedizin)",
                "en": "Veterinary neurology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403020,
            "name": {
                "de": "Medizinische Chemie (Veterinärmedizin)",
                "en": "Veterinary medical chemistry "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403019,
            "name": {
                "de": "Medizinische Biochemie (Veterinärmedizin)",
                "en": "Veterinary medical biochemistry "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403018,
            "name": {
                "de": "Labordiagnostik (Veterinärmedizin)",
                "en": "Veterinary laboratory diagnostics "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403017,
            "name": {
                "de": "Interne Medizin (Veterinärmedizin)",
                "en": "Veterinary internal medicine "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403016,
            "name": {
                "de": "Immunologie (Veterinärmedizin)",
                "en": "Veterinary immunology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403015,
            "name": {
                "de": "Hygiene (Veterinärmedizin)",
                "en": "Veterinary hygiene "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403014,
            "name": {
                "de": "Histologie (Veterinärmedizin)",
                "en": "Veterinary histology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403013,
            "name": {
                "de": "Gynäkologie (Veterinärmedizin)",
                "en": "Veterinary gynaecology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403012,
            "name": {
                "de": "Geschichte der Veterinärmedizin",
                "en": "History of veterinary medicine "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403011,
            "name": {
                "de": "Gerichtliche Veterinärmedizin",
                "en": "Forensic veterinary medicine "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403010,
            "name": {
                "de": "Geburtshilfe (Veterinärmedizin)",
                "en": "Veterinary obstetrics "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        }
    ]
}