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=20&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=40&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&ordering=-name",
    "results": [
        {
            "id": 401118,
            "name": {
                "de": "Zierpflanzenbau",
                "en": "Cultivation of ornamental plants "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 304009,
            "name": {
                "de": "Zelltherapie",
                "en": "Cell therapy"
            },
            "level": 6,
            "parent": 304000,
            "persons": [
                82501
            ]
        },
        {
            "id": 205018,
            "name": {
                "de": "Zellstoff- und Papiertechnik",
                "en": "Pulp and paper technology "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 106052,
            "name": {
                "de": "Zellbiologie",
                "en": "Cell biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                122510,
                54335,
                114534,
                51164,
                60219,
                76930,
                58984,
                62748,
                51632,
                51666,
                97755,
                51047,
                51860,
                78591,
                50562,
                124131,
                51756,
                50610,
                54142,
                51871,
                58881,
                51669,
                51718,
                50960,
                50696,
                85069,
                50810,
                58736,
                102252,
                63490,
                101037,
                89900,
                89979,
                59025,
                79173,
                51945,
                50747,
                61927,
                51859,
                60161,
                51540,
                90620,
                98087,
                51817,
                53560,
                79192,
                57409,
                50442,
                99703,
                82643,
                82600,
                51979,
                62221,
                51663
            ]
        },
        {
            "id": 301114,
            "name": {
                "de": "Zellbiologie",
                "en": "Cell biology "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                94512,
                50871,
                56571,
                107134,
                50605,
                100879,
                54335,
                95173,
                99621,
                105200,
                109501,
                85658,
                51659,
                51164,
                73404,
                61540,
                92462,
                99594,
                50791,
                60219,
                70280,
                98222,
                104139,
                117501,
                76930,
                105228,
                100850,
                129675,
                99677,
                58984,
                62748,
                109002,
                51515,
                51632,
                51666,
                96172,
                66435,
                110990,
                129518,
                125877,
                117826,
                93683,
                97755,
                51988,
                53900,
                97931,
                64015,
                121350,
                51047,
                125735,
                84167,
                50496,
                90394,
                124190,
                51860,
                78591,
                74916,
                82902,
                50562,
                119650,
                108411,
                124496,
                51714,
                105020,
                94754,
                130657,
                51756,
                51910,
                50674,
                104201,
                100699,
                81091,
                50610,
                54142,
                51871,
                111070,
                64274,
                82595,
                116510,
                126655,
                104257,
                58881,
                91265,
                100845,
                51669,
                95211,
                104205,
                54171,
                99151,
                104024,
                100823,
                51718,
                129561,
                50960,
                109142,
                50696,
                106163,
                91207,
                50810,
                53252,
                58943,
                94653,
                100114,
                107411,
                58736,
                104197,
                119167,
                100134,
                82532,
                63490,
                65638,
                79755,
                101037,
                112150,
                100552,
                122574,
                51523,
                89979,
                51528,
                100822,
                51945,
                51991,
                51918,
                58208,
                50747,
                50826,
                95212,
                104057,
                61927,
                59186,
                119310,
                104119,
                52903,
                99325,
                130318,
                51859,
                60161,
                51540,
                99884,
                95832,
                51817,
                53560,
                79192,
                118907,
                71794,
                111432,
                108352,
                100665,
                71568,
                51519,
                104099,
                119494,
                51657,
                120430,
                57409,
                118469,
                50442,
                65966,
                125334,
                105059,
                82600,
                51979,
                62221,
                61601,
                84507,
                51663
            ]
        },
        {
            "id": 101026,
            "name": {
                "de": "Zeitreihenanalyse",
                "en": "Time series analysis "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 601022,
            "name": {
                "de": "Zeitgeschichte",
                "en": "Contemporary history "
            },
            "level": 6,
            "parent": 601000,
            "persons": [
                50862
            ]
        },
        {
            "id": 403032,
            "name": {
                "de": "Zahnheilkunde (Veterinärmedizin)",
                "en": "Veterinary dentistry "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 302093,
            "name": {
                "de": "Zahnerhaltungskunde",
                "en": "Restorative dentistry"
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                125157,
                101246,
                94472,
                85682
            ]
        },
        {
            "id": 302088,
            "name": {
                "de": "Zahn-, Mund- und Kieferheilkunde",
                "en": "Dentistry "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                51019,
                97024,
                83202,
                104660,
                113592,
                51841,
                116243,
                58103,
                51840,
                60112,
                51707,
                51566,
                58023,
                75503,
                50883,
                59631,
                107158,
                51703,
                125157,
                101246,
                51025,
                50792,
                65638,
                51723,
                58244,
                50051,
                51864,
                51269,
                94472,
                85682,
                74154,
                87313,
                51042,
                58106,
                76910,
                51567,
                50456,
                52001
            ]
        },
        {
            "id": 101025,
            "name": {
                "de": "Zahlentheorie",
                "en": "Number theory "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 601027,
            "name": {
                "de": "Wüstungsforschung",
                "en": "Deserted settlement research"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 203028,
            "name": {
                "de": "Wärmetechnik",
                "en": "Thermal engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 507031,
            "name": {
                "de": "Wohnungsforschung",
                "en": "Housing studies"
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 201213,
            "name": {
                "de": "Wohnbau",
                "en": "Housing "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 509018,
            "name": {
                "de": "Wissensmanagement",
                "en": "Knowledge management "
            },
            "level": 6,
            "parent": 509000,
            "persons": [
                54223,
                88711
            ]
        },
        {
            "id": 603124,
            "name": {
                "de": "Wissenschaftstheorie",
                "en": "Theory of science "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 508016,
            "name": {
                "de": "Wissenschaftskommunikation",
                "en": "Science communication"
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 603123,
            "name": {
                "de": "Wissenschaftsgeschichte",
                "en": "History of science "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 509017,
            "name": {
                "de": "Wissenschaftsforschung",
                "en": "Social studies of science "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        }
    ]
}