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=1000&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=1020&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=980&ordering=-name",
    "results": [
        {
            "id": 604014,
            "name": {
                "de": "Gesang",
                "en": "Singing "
            },
            "level": 6,
            "parent": 604000,
            "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": 602014,
            "name": {
                "de": "Germanistik",
                "en": "German studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 305100,
            "name": {
                "de": "Gerichtsmedizin",
                "en": "Forensic Medicine"
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                82800,
                90131,
                74435
            ]
        },
        {
            "id": 403011,
            "name": {
                "de": "Gerichtliche Veterinärmedizin",
                "en": "Forensic veterinary medicine "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 305108,
            "name": {
                "de": "Gerichtliche Humanmedizin",
                "en": "Forensic human medicine "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                51952,
                82800
            ]
        },
        {
            "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": 105405,
            "name": {
                "de": "Geoökologie",
                "en": "Geoecology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105000,
            "name": {
                "de": "Geowissenschaften",
                "en": "Geosciences"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 105109,
            "name": {
                "de": "Geothermik",
                "en": "Geothermics "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 207204,
            "name": {
                "de": "Geotechnik",
                "en": "Geotechnics "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 105108,
            "name": {
                "de": "Geostatistik",
                "en": "Geostatistics "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105404,
            "name": {
                "de": "Geomorphologie",
                "en": "Geomorphology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105128,
            "name": {
                "de": "Geomikrobiologie",
                "en": "Geomicrobiology"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 101009,
            "name": {
                "de": "Geometrie",
                "en": "Geometry  "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 105100,
            "name": {
                "de": "Geologie, Mineralogie",
                "en": "Geology, Mineralogy"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 507003,
            "name": {
                "de": "Geoinformatik",
                "en": "Geoinformatics "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 105403,
            "name": {
                "de": "Geoinformatik",
                "en": "Geoinformatics "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 207404,
            "name": {
                "de": "Geoinformatik",
                "en": "Geoinformatics "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        }
    ]
}