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=400&ordering=level
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=420&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=380&ordering=level",
    "results": [
        {
            "id": 305904,
            "name": {
                "de": "Medizinische Dokumentation",
                "en": "Medical documentation "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                51369,
                54223,
                99623,
                51553,
                92002,
                80111,
                108575,
                51080,
                111509,
                89901,
                99976,
                100927,
                50018
            ]
        },
        {
            "id": 305905,
            "name": {
                "de": "Medizinische Informatik",
                "en": "Medical informatics "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                119111,
                119849,
                94253,
                51553,
                50698,
                96212,
                51910,
                51502,
                51050,
                108575,
                51924,
                60827,
                51080,
                111629,
                124230,
                111509,
                117084,
                130375,
                99786,
                73407,
                99976,
                51854,
                50967,
                112710,
                119910,
                70339,
                72306,
                128994,
                105863,
                51695,
                99736,
                51926,
                50969
            ]
        },
        {
            "id": 305906,
            "name": {
                "de": "Medizinische Kybernetik",
                "en": "Medical cybernetics "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                51814,
                51524,
                51504,
                51854,
                51726,
                51519
            ]
        },
        {
            "id": 305907,
            "name": {
                "de": "Medizinische Statistik",
                "en": "Medical statistics "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                67207,
                87663,
                101643,
                100419,
                124975,
                100850,
                94253,
                109990,
                111148,
                57544,
                66488,
                50670,
                83644,
                59569,
                97023,
                62926,
                108575,
                90882,
                100212,
                59261,
                89901,
                50437,
                50907,
                99976,
                92241,
                50375,
                50466,
                70339,
                94147,
                119651,
                51098,
                113973,
                101013,
                89152,
                50948,
                81071,
                118907,
                50588,
                69860,
                51943
            ]
        },
        {
            "id": 305908,
            "name": {
                "de": "Sportmedizin",
                "en": "Sports medicine "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                58615,
                56918,
                51525,
                52010,
                87294,
                104060,
                51504,
                60829,
                100461,
                51573,
                51687,
                51724,
                71794,
                102251,
                51640
            ]
        },
        {
            "id": 305909,
            "name": {
                "de": "Stressforschung",
                "en": "Stress research "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                56918,
                51692,
                51505,
                78250,
                50774,
                57932,
                51524,
                92002,
                86186,
                51907,
                51205,
                64295,
                51503,
                54245,
                90882,
                51671,
                59859,
                51687,
                50539,
                81071,
                69860,
                60096
            ]
        },
        {
            "id": 305910,
            "name": {
                "de": "Verkehrsmedizin",
                "en": "Traffic medicine "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                51952,
                51588
            ]
        },
        {
            "id": 106044,
            "name": {
                "de": "Systembiologie",
                "en": "Systems biology  "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                129675,
                123850,
                91352,
                109087
            ]
        },
        {
            "id": 106008,
            "name": {
                "de": "Botanik",
                "en": "Botany "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                51488
            ]
        },
        {
            "id": 401100,
            "name": {
                "de": "Ackerbau, Gartenbau",
                "en": "Cultivation of Land, Horticulture"
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401101,
            "name": {
                "de": "Ackerbau",
                "en": "Cultivation of land "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401102,
            "name": {
                "de": "Bewässerungswirtschaft",
                "en": "Irrigation management "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401103,
            "name": {
                "de": "Gartenbau",
                "en": "Horticulture "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401104,
            "name": {
                "de": "Gemüsebau",
                "en": "Vegetable growing "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 105407,
            "name": {
                "de": "Kartographie",
                "en": "Cartography "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 401106,
            "name": {
                "de": "Landschaftspflege",
                "en": "Landscape conservation "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 302012,
            "name": {
                "de": "Diabetologie",
                "en": "Diabetology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                78894,
                89436,
                58615,
                104486,
                51654,
                59497,
                123011,
                86020,
                100522,
                64875,
                124977,
                81132,
                129681,
                97866,
                104559,
                111429,
                102575,
                50659,
                122336,
                128678,
                103080,
                51860,
                115901,
                51850,
                112853,
                100301,
                77136,
                51099,
                86790,
                115584,
                100820,
                62926,
                103079,
                50731,
                56674,
                98190,
                54235,
                121890,
                65558,
                56794,
                54183,
                50877,
                103081,
                87294,
                127062,
                88753,
                51809,
                97205,
                51831,
                129680,
                94655,
                61990,
                50452,
                67348,
                83661,
                103585,
                96052,
                50838,
                103098,
                51846,
                62036,
                57425,
                85701,
                99589,
                50442,
                51874,
                53938,
                85928,
                113571
            ]
        },
        {
            "id": 401108,
            "name": {
                "de": "Obstbau",
                "en": "Fruit growing "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 302011,
            "name": {
                "de": "Dermatologie",
                "en": "Dermatology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                51346,
                65340,
                88082,
                53009,
                87663,
                51751,
                98990,
                81132,
                51999,
                52589,
                58889,
                84167,
                76691,
                98007,
                54122,
                106501,
                99819,
                51711,
                97102,
                53442,
                51620,
                94553,
                90765,
                50041,
                51842,
                51954,
                90211,
                92975,
                51865,
                77112,
                84688,
                87275,
                98009,
                102998,
                52274,
                75636,
                51721,
                61975,
                111027,
                95463,
                90212,
                101629,
                67768,
                107955,
                57355,
                50153,
                51327,
                51618,
                50151,
                122954
            ]
        },
        {
            "id": 201307,
            "name": {
                "de": "Verkehrswirtschaft",
                "en": "Transport economics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        }
    ]
}