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=220&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=240&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=200&ordering=-name",
    "results": [
        {
            "id": 200000,
            "name": {
                "de": "TECHNISCHE WISSENSCHAFTEN",
                "en": "TECHNICAL SCIENCES"
            },
            "level": 1,
            "parent": null,
            "persons": []
        },
        {
            "id": 604027,
            "name": {
                "de": "Szenographie",
                "en": "Scenography "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 106044,
            "name": {
                "de": "Systembiologie",
                "en": "Systems biology  "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                129675,
                123850,
                91352,
                109087
            ]
        },
        {
            "id": 106043,
            "name": {
                "de": "Systematische Zoologie",
                "en": "Systematic zoology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 603222,
            "name": {
                "de": "Systematische Theologie",
                "en": "Systematic theology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 106042,
            "name": {
                "de": "Systematische Botanik",
                "en": "Systematic botany "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                58881
            ]
        },
        {
            "id": 301112,
            "name": {
                "de": "Systematische Anatomie",
                "en": "Systematic anatomy "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                97024,
                110007,
                94958,
                50147,
                108252,
                108616,
                51528
            ]
        },
        {
            "id": 103033,
            "name": {
                "de": "Supraleitung",
                "en": "Superconductivity "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 102023,
            "name": {
                "de": "Supercomputing",
                "en": "Supercomputing "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                79791,
                50966,
                113912
            ]
        },
        {
            "id": 501022,
            "name": {
                "de": "Suizidologie",
                "en": "Suicidology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 303029,
            "name": {
                "de": "Suchtforschung",
                "en": "Addiction research "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                79733,
                51907,
                52854,
                51846,
                69860
            ]
        },
        {
            "id": 201212,
            "name": {
                "de": "Städtebau",
                "en": "Urban design "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 203021,
            "name": {
                "de": "Strömungsmaschinen",
                "en": "Fluid-flow machinery "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 103032,
            "name": {
                "de": "Strömungslehre",
                "en": "Fluid mechanics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 502039,
            "name": {
                "de": "Strukturpolitik",
                "en": "Structural policy "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 104021,
            "name": {
                "de": "Strukturchemie",
                "en": "Structural chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 106041,
            "name": {
                "de": "Strukturbiologie",
                "en": "Structural biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                98222,
                124496,
                83104,
                50960,
                104765,
                125854,
                91207,
                83066,
                99325
            ]
        },
        {
            "id": 305909,
            "name": {
                "de": "Stressforschung",
                "en": "Stress research "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                56918,
                51692,
                51505,
                50774,
                57932,
                51524,
                86186,
                51907,
                51205,
                64295,
                51503,
                54245,
                90882,
                111461,
                51671,
                59859,
                51687,
                50539,
                81071,
                69860,
                60096
            ]
        },
        {
            "id": 201121,
            "name": {
                "de": "Straßenbau",
                "en": "Road construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201304,
            "name": {
                "de": "Straßenbau",
                "en": "Road construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        }
    ]
}