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=1460&ordering=level
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1469,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1440&ordering=level",
    "results": [
        {
            "id": 106016,
            "name": {
                "de": "Geschichte der Biologie",
                "en": "History of biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106017,
            "name": {
                "de": "Glykobiologie",
                "en": "Glycobiology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106018,
            "name": {
                "de": "Humanbiologie",
                "en": "Human biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                57420,
                122510,
                112209,
                116510,
                58881,
                50910,
                109087
            ]
        },
        {
            "id": 106019,
            "name": {
                "de": "Hydrobiologie",
                "en": "Hydrobiology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106020,
            "name": {
                "de": "Limnologie",
                "en": "Limnology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106021,
            "name": {
                "de": "Meeresbiologie",
                "en": "Marine biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106022,
            "name": {
                "de": "Mikrobiologie",
                "en": "Microbiology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                56571,
                57420,
                125176,
                51198,
                124131,
                50497,
                123070,
                95322,
                50527,
                50828,
                92341,
                90021,
                125874,
                100806,
                51488,
                101037,
                111770,
                58208,
                50910,
                104119,
                51066,
                58452
            ]
        },
        {
            "id": 106023,
            "name": {
                "de": "Molekularbiologie",
                "en": "Molecular biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                53998,
                57420,
                107391,
                122510,
                73079,
                87663,
                112950,
                50563,
                105947,
                124253,
                94195,
                112209,
                51198,
                124131,
                124496,
                50674,
                50610,
                105661,
                123070,
                95322,
                77116,
                76131,
                100845,
                106715,
                51904,
                99151,
                100911,
                105142,
                50964,
                102252,
                50697,
                90044,
                101037,
                89900,
                123010,
                89979,
                59025,
                79173,
                50695,
                50910,
                51091,
                115261,
                104119,
                56582,
                90620,
                116463,
                51066,
                58452,
                109087,
                57377,
                51979
            ]
        },
        {
            "id": 106024,
            "name": {
                "de": "Mykologie",
                "en": "Mycology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                50497,
                51488
            ]
        }
    ]
}