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=920&ordering=-level
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=940&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=900&ordering=-level",
    "results": [
        {
            "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": 404001,
            "name": {
                "de": "Agrarbiotechnologie",
                "en": "Agricultural biotechnology "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        },
        {
            "id": 404002,
            "name": {
                "de": "Biopharming",
                "en": "Biopharming "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        },
        {
            "id": 404003,
            "name": {
                "de": "Ethik in der Agrar- und Lebensmittelbiotechnologie",
                "en": "Agricultural and food biotechnology related ethics "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        },
        {
            "id": 404004,
            "name": {
                "de": "Fermentation",
                "en": "Fermentation "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        },
        {
            "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": 405001,
            "name": {
                "de": "Agrarökologie",
                "en": "Agroecology "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 405002,
            "name": {
                "de": "Agrarökonomie",
                "en": "Agricultural economics "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 405003,
            "name": {
                "de": "Agrarpolitik",
                "en": "Agricultural policy "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 405004,
            "name": {
                "de": "Nachhaltige Landwirtschaft",
                "en": "Sustainable agriculture "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 405005,
            "name": {
                "de": "Wildtierkunde",
                "en": "Wildlife science "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 501001,
            "name": {
                "de": "Allgemeine Psychologie",
                "en": "General psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501002,
            "name": {
                "de": "Angewandte Psychologie",
                "en": "Applied psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                67207
            ]
        },
        {
            "id": 501003,
            "name": {
                "de": "Arbeitspsychologie",
                "en": "Occupational psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501004,
            "name": {
                "de": "Differentielle Psychologie",
                "en": "Differential psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        }
    ]
}