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=240&ordering=parent
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=260&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=220&ordering=parent",
    "results": [
        {
            "id": 106026,
            "name": {
                "de": "Ökosystemforschung",
                "en": "Ecosystem research "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106027,
            "name": {
                "de": "Ökotoxikologie",
                "en": "Ecotoxicology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106028,
            "name": {
                "de": "Pflanzenanatomie",
                "en": "Plant anatomy "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                82600
            ]
        },
        {
            "id": 106029,
            "name": {
                "de": "Pflanzenmorphologie",
                "en": "Plant morphology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                58881
            ]
        },
        {
            "id": 106030,
            "name": {
                "de": "Pflanzenökologie",
                "en": "Plant ecology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106031,
            "name": {
                "de": "Pflanzenphysiologie",
                "en": "Plant physiology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                50147,
                82600
            ]
        },
        {
            "id": 106032,
            "name": {
                "de": "Photobiologie",
                "en": "Photobiology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106033,
            "name": {
                "de": "Phylogenie",
                "en": "Phylogeny "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106034,
            "name": {
                "de": "Phytochemie",
                "en": "Phytochemistry "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106036,
            "name": {
                "de": "Populationsgenetik",
                "en": "Population genetics "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106037,
            "name": {
                "de": "Proteomik",
                "en": "Proteomics "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                86144,
                58984,
                53252
            ]
        },
        {
            "id": 106038,
            "name": {
                "de": "Reproduktionsbiologie",
                "en": "Reproductive biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                94195
            ]
        },
        {
            "id": 106039,
            "name": {
                "de": "Stammzellenforschung",
                "en": "Stem cell research "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                53163,
                95173,
                59188,
                51666,
                97755,
                51696,
                57386,
                51682,
                51718,
                50696,
                102252,
                63490,
                50747,
                67348,
                61927,
                51859,
                79192,
                82643
            ]
        },
        {
            "id": 106040,
            "name": {
                "de": "Strahlenbiologie",
                "en": "Radiation biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                51557,
                51981,
                50948,
                51519
            ]
        },
        {
            "id": 106041,
            "name": {
                "de": "Strukturbiologie",
                "en": "Structural biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                98222,
                124496,
                83104,
                58598,
                50960,
                125854,
                91207,
                83066,
                99325,
                127554
            ]
        },
        {
            "id": 106042,
            "name": {
                "de": "Systematische Botanik",
                "en": "Systematic botany "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                58881
            ]
        },
        {
            "id": 106043,
            "name": {
                "de": "Systematische Zoologie",
                "en": "Systematic zoology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106044,
            "name": {
                "de": "Systembiologie",
                "en": "Systems biology  "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                129675,
                123850,
                91352,
                109087
            ]
        },
        {
            "id": 106045,
            "name": {
                "de": "Theoretische Biologie",
                "en": "Theoretical biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                50147
            ]
        },
        {
            "id": 106046,
            "name": {
                "de": "Tieranatomie",
                "en": "Animal anatomy "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                90337,
                82600
            ]
        }
    ]
}