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=340&ordering=-name
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=360&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=320&ordering=-name",
    "results": [
        {
            "id": 205013,
            "name": {
                "de": "Schadensanalytik",
                "en": "Failure analysis "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 207412,
            "name": {
                "de": "Satellitengestützte Koordinatenmessung",
                "en": "Satellite-based coordinate measuring "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207411,
            "name": {
                "de": "Satellitengeodäsie",
                "en": "Satellite geodesy "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 604037,
            "name": {
                "de": "Sammlungspflege",
                "en": "Collection care"
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 401115,
            "name": {
                "de": "Samenzucht",
                "en": "Seed cultivation "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 505048,
            "name": {
                "de": "Sachenrecht",
                "en": "Property law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 401114,
            "name": {
                "de": "Saatzucht",
                "en": "Seed breeding "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 500000,
            "name": {
                "de": "SOZIALWISSENSCHAFTEN",
                "en": "SOCIAL SCIENCES"
            },
            "level": 1,
            "parent": null,
            "persons": []
        },
        {
            "id": 104024,
            "name": {
                "de": "Röntgenstrukturanalyse",
                "en": "X-ray structural analysis"
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 301111,
            "name": {
                "de": "Röntgenanatomie",
                "en": "Radiologic anatomy "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                97024,
                126155,
                51557,
                82111,
                100618,
                58023,
                108252,
                108616,
                51726,
                52008,
                53287,
                51913,
                50948,
                74075,
                105379,
                74435
            ]
        },
        {
            "id": 505019,
            "name": {
                "de": "Römisches Recht",
                "en": "Roman law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 602042,
            "name": {
                "de": "Romanistik",
                "en": "Romance studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 202035,
            "name": {
                "de": "Robotik",
                "en": "Robotics "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                99971,
                67508,
                99368
            ]
        },
        {
            "id": 502036,
            "name": {
                "de": "Risikomanagement",
                "en": "Risk management "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 211914,
            "name": {
                "de": "Risikoforschung",
                "en": "Risk research "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 107007,
            "name": {
                "de": "Risikoforschung",
                "en": "Risk research "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 302072,
            "name": {
                "de": "Rheumatologie",
                "en": "Rheumatology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                57420,
                115661,
                100419,
                66227,
                96624,
                105947,
                100821,
                51002,
                102959,
                61519,
                56792,
                117682,
                77590,
                94653,
                101167,
                53560,
                111873,
                118469,
                51874,
                85048
            ]
        },
        {
            "id": 602041,
            "name": {
                "de": "Rhetorik",
                "en": "Rhetoric "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 508018,
            "name": {
                "de": "Rezeptionsforschung",
                "en": "Reception research"
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 502035,
            "name": {
                "de": "Revisions- und Treuhandwesen",
                "en": "Auditing and trusts "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        }
    ]
}