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=level
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=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1380&ordering=level",
    "results": [
        {
            "id": 503035,
            "name": {
                "de": "Sexualpädagogik",
                "en": "Sex education"
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 502057,
            "name": {
                "de": "Experimentelle Ökonomie",
                "en": "Experimental economics"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 403035,
            "name": {
                "de": "Bestandsbetreuung",
                "en": "Herd health management"
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 304008,
            "name": {
                "de": "Regenerative Medizin",
                "en": "Regenerative medicine"
            },
            "level": 6,
            "parent": 304000,
            "persons": [
                60563
            ]
        },
        {
            "id": 302093,
            "name": {
                "de": "Zahnerhaltungskunde",
                "en": "Restorative dentistry"
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                125157,
                101246,
                94472,
                85682
            ]
        },
        {
            "id": 301308,
            "name": {
                "de": "Alternsforschung",
                "en": "Ageing research"
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                94512,
                94613,
                116510,
                95211,
                97326,
                91207,
                124053,
                89979,
                51745,
                70339,
                124497,
                51912,
                101038,
                97690
            ]
        },
        {
            "id": 301214,
            "name": {
                "de": "Biopharmazie",
                "en": "Biopharmacy"
            },
            "level": 6,
            "parent": 301000,
            "persons": []
        },
        {
            "id": 301115,
            "name": {
                "de": "Sonoanatomie",
                "en": "Sonoanatomy"
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                105379
            ]
        },
        {
            "id": 211926,
            "name": {
                "de": "Technikethik",
                "en": "Technology ethics"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211925,
            "name": {
                "de": "Explosionsforschung",
                "en": "Explosion research"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 207902,
            "name": {
                "de": "Computational Geosciences",
                "en": "Computational geosciences"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 203037,
            "name": {
                "de": "Computational Engineering",
                "en": "Computational engineering"
            },
            "level": 6,
            "parent": 203000,
            "persons": [
                108575
            ]
        },
        {
            "id": 202043,
            "name": {
                "de": "Netzwerksicherheit",
                "en": "Network security"
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 201132,
            "name": {
                "de": "Computational Engineering",
                "en": "Computational Engineering"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201131,
            "name": {
                "de": "Baugeschichte",
                "en": "Building history"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 107008,
            "name": {
                "de": "Archäobotanik",
                "en": "Archaeobotany"
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 103043,
            "name": {
                "de": "Computational Physics",
                "en": "Computational physics"
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                129675
            ]
        },
        {
            "id": 102037,
            "name": {
                "de": "Visualisierung",
                "en": "Visualisation"
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102036,
            "name": {
                "de": "Digitale Barrierefreiheit",
                "en": "Digital accessibility"
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102035,
            "name": {
                "de": "Data Science",
                "en": "Data science"
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                87663,
                119710,
                113912,
                102899
            ]
        }
    ]
}