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=1420&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=1440&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1400&ordering=name",
    "results": [
        {
            "id": 508015,
            "name": {
                "de": "Wirtschaftskommunikation",
                "en": "Business communication "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 502056,
            "name": {
                "de": "Wirtschaftsprüfung",
                "en": "Auditing"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 501029,
            "name": {
                "de": "Wirtschaftspsychologie",
                "en": "Economic psychology"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 503030,
            "name": {
                "de": "Wirtschaftspädagogik",
                "en": "Business education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 505030,
            "name": {
                "de": "Wirtschaftsrecht",
                "en": "Commercial law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 504030,
            "name": {
                "de": "Wirtschaftssoziologie",
                "en": "Economic sociology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 502051,
            "name": {
                "de": "Wirtschaftsstatistik",
                "en": "Economic statistics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502000,
            "name": {
                "de": "Wirtschaftswissenschaften",
                "en": "Economics"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 506017,
            "name": {
                "de": "Wissenschafts- und Technologiepolitik",
                "en": "Science and technology policy"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 509017,
            "name": {
                "de": "Wissenschaftsforschung",
                "en": "Social studies of science "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 603123,
            "name": {
                "de": "Wissenschaftsgeschichte",
                "en": "History of science "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 508016,
            "name": {
                "de": "Wissenschaftskommunikation",
                "en": "Science communication"
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 603124,
            "name": {
                "de": "Wissenschaftstheorie",
                "en": "Theory of science "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 509018,
            "name": {
                "de": "Wissensmanagement",
                "en": "Knowledge management "
            },
            "level": 6,
            "parent": 509000,
            "persons": [
                54223,
                88711
            ]
        },
        {
            "id": 201213,
            "name": {
                "de": "Wohnbau",
                "en": "Housing "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 507031,
            "name": {
                "de": "Wohnungsforschung",
                "en": "Housing studies"
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 203028,
            "name": {
                "de": "Wärmetechnik",
                "en": "Thermal engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 601027,
            "name": {
                "de": "Wüstungsforschung",
                "en": "Deserted settlement research"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 101025,
            "name": {
                "de": "Zahlentheorie",
                "en": "Number theory "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "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
            ]
        }
    ]
}