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=1400&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=1420&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1380&ordering=-name",
    "results": [
        {
            "id": 602007,
            "name": {
                "de": "Angewandte Sprachwissenschaft",
                "en": "Applied linguistics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 503002,
            "name": {
                "de": "Angewandte Pädagogik",
                "en": "Applied education "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                130136
            ]
        },
        {
            "id": 501002,
            "name": {
                "de": "Angewandte Psychologie",
                "en": "Applied psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                67207
            ]
        },
        {
            "id": 602006,
            "name": {
                "de": "Angewandte Literaturwissenschaft",
                "en": "Applied literature studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 604001,
            "name": {
                "de": "Angewandte Kunst",
                "en": "Applied arts "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 105126,
            "name": {
                "de": "Angewandte Geophysik",
                "en": "Applied geophysics"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 101003,
            "name": {
                "de": "Angewandte Geometrie",
                "en": "Applied geometry "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 507001,
            "name": {
                "de": "Angewandte Geographie",
                "en": "Applied geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 302005,
            "name": {
                "de": "Andrologie",
                "en": "Andrology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                94754,
                54183,
                51874
            ]
        },
        {
            "id": 403003,
            "name": {
                "de": "Andrologie (Veterinärmedizin)",
                "en": "Veterinary andrology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 211000,
            "name": {
                "de": "Andere Technische Wissenschaften",
                "en": "Other Technical Sciences"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 509000,
            "name": {
                "de": "Andere Sozialwissenschaften",
                "en": "Other Social Sciences"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 107000,
            "name": {
                "de": "Andere Naturwissenschaften",
                "en": "Other Natural Sciences"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 305000,
            "name": {
                "de": "Andere Humanmedizin, Gesundheitswissenschaften",
                "en": "Other Human Medicine, Health Sciences"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 605000,
            "name": {
                "de": "Andere Geisteswissenschaften",
                "en": "Other Humanities"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 405000,
            "name": {
                "de": "Andere Agrarwissenschaften",
                "en": "Other Agricultural Sciences"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 301102,
            "name": {
                "de": "Anatomie",
                "en": "Anatomy "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                97024,
                50173,
                53900,
                51696,
                102804,
                118003,
                63387,
                94958,
                87558,
                50546,
                50147,
                108252,
                108616,
                51528,
                100510,
                96335,
                50948
            ]
        },
        {
            "id": 301100,
            "name": {
                "de": "Anatomie, Pathologie, Physiologie",
                "en": "Anatomy, Pathology, Physiology"
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                90416,
                101162,
                104839,
                57932,
                62787,
                87294,
                99976,
                112370,
                98028,
                120849,
                72530,
                97690,
                105379
            ]
        },
        {
            "id": 403002,
            "name": {
                "de": "Anatomie (Veterinärmedizin)",
                "en": "Veterinary anatomy "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 104002,
            "name": {
                "de": "Analytische Chemie",
                "en": "Analytical chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                120350,
                58455,
                104205
            ]
        }
    ]
}