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=260&ordering=name
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=280&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=240&ordering=name",
    "results": [
        {
            "id": 302013,
            "name": {
                "de": "Diagnostik in der Medizin",
                "en": "Medical diagnostics "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                56918,
                51987,
                83202,
                112729,
                107190,
                82111,
                57932,
                51524,
                50840,
                81051,
                51821,
                51812,
                57435,
                117864,
                94957,
                51669,
                51976,
                51935,
                51503,
                51546,
                86103,
                50437,
                51541,
                50477,
                52002,
                51688,
                53950,
                51726,
                116805,
                53461,
                50514,
                50948,
                74075,
                51519,
                53586,
                109087,
                51521,
                50151,
                85928
            ]
        },
        {
            "id": 503007,
            "name": {
                "de": "Didaktik",
                "en": "Didactics "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                68534
            ]
        },
        {
            "id": 101006,
            "name": {
                "de": "Differentialgeometrie",
                "en": "Differential geometry "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 501004,
            "name": {
                "de": "Differentielle Psychologie",
                "en": "Differential psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 605007,
            "name": {
                "de": "Digital Humanities",
                "en": "Digital humanities"
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 102036,
            "name": {
                "de": "Digitale Barrierefreiheit",
                "en": "Digital accessibility"
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 602060,
            "name": {
                "de": "Digitale Edition",
                "en": "Digital edition"
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 604038,
            "name": {
                "de": "Digitale Kunst",
                "en": "Digital arts"
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 305911,
            "name": {
                "de": "Digitale Medizin",
                "en": "Digital medicine"
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                99971,
                79651
            ]
        },
        {
            "id": 502058,
            "name": {
                "de": "Digitale Transformation",
                "en": "Digital transformation"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 509026,
            "name": {
                "de": "Digitalisierungsforschung",
                "en": "Digitalisation research"
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509002,
            "name": {
                "de": "Disability Studies",
                "en": "Disability studies "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 504031,
            "name": {
                "de": "Diversitätsforschung",
                "en": "Diversity research"
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 502060,
            "name": {
                "de": "Diversitätsmanagement",
                "en": "Diversity management"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 303006,
            "name": {
                "de": "Diätologie",
                "en": "Dietetics "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                82963
            ]
        },
        {
            "id": 603205,
            "name": {
                "de": "Dogmatische Theologie",
                "en": "Dogmatic theology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 103007,
            "name": {
                "de": "Dosimetrie",
                "en": "Dosimetry "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                51519
            ]
        },
        {
            "id": 301213,
            "name": {
                "de": "Drug Targeting",
                "en": "Drug targeting"
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                109501,
                109002,
                98990,
                129518,
                102575,
                105020,
                111568,
                91207,
                111567,
                101038
            ]
        },
        {
            "id": 101027,
            "name": {
                "de": "Dynamische Systeme",
                "en": "Dynamical systems "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 502007,
            "name": {
                "de": "E-Commerce",
                "en": "E-commerce"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        }
    ]
}