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=460&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=480&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=440&ordering=name",
    "results": [
        {
            "id": 105405,
            "name": {
                "de": "Geoökologie",
                "en": "Geoecology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 302019,
            "name": {
                "de": "Geriatrie",
                "en": "Geriatrics "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                51525,
                82963,
                51136,
                57932,
                59569,
                51959,
                71002,
                54235,
                50437,
                51688,
                51745,
                63683,
                52016,
                59400,
                89152,
                125094
            ]
        },
        {
            "id": 305108,
            "name": {
                "de": "Gerichtliche Humanmedizin",
                "en": "Forensic human medicine "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                51952,
                82800
            ]
        },
        {
            "id": 403011,
            "name": {
                "de": "Gerichtliche Veterinärmedizin",
                "en": "Forensic veterinary medicine "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 305100,
            "name": {
                "de": "Gerichtsmedizin",
                "en": "Forensic Medicine"
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                82800,
                90131,
                74435
            ]
        },
        {
            "id": 602014,
            "name": {
                "de": "Germanistik",
                "en": "German studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 509005,
            "name": {
                "de": "Gerontologie",
                "en": "Gerontology "
            },
            "level": 6,
            "parent": 509000,
            "persons": [
                51136,
                50437
            ]
        },
        {
            "id": 302020,
            "name": {
                "de": "Gerontologie",
                "en": "Gerontology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                82963,
                51136,
                57932,
                51860,
                66488,
                59569,
                97326,
                50437,
                67508,
                89152,
                99368
            ]
        },
        {
            "id": 604014,
            "name": {
                "de": "Gesang",
                "en": "Singing "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 106016,
            "name": {
                "de": "Geschichte der Biologie",
                "en": "History of biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 104007,
            "name": {
                "de": "Geschichte der Chemie",
                "en": "History of chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 605001,
            "name": {
                "de": "Geschichte der Geisteswissenschaften",
                "en": "History of humanities "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 507004,
            "name": {
                "de": "Geschichte der Geographie",
                "en": "History of geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 105406,
            "name": {
                "de": "Geschichte der Geographie",
                "en": "History of geography "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105110,
            "name": {
                "de": "Geschichte der Geologie",
                "en": "History of geology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 102012,
            "name": {
                "de": "Geschichte der Informatik",
                "en": "History of computer science "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 401904,
            "name": {
                "de": "Geschichte der Land- und Forstwirtschaft",
                "en": "History of agriculture and forestry "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 101010,
            "name": {
                "de": "Geschichte der Mathematik",
                "en": "History of mathematics "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 305903,
            "name": {
                "de": "Geschichte der Medizin",
                "en": "History of medicine "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                50862,
                51688
            ]
        },
        {
            "id": 107003,
            "name": {
                "de": "Geschichte der Naturwissenschaften",
                "en": "History of natural sciences "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        }
    ]
}