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=1380&ordering=-parent
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=1400&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1360&ordering=-parent",
    "results": [
        {
            "id": 103039,
            "name": {
                "de": "Aerosolphysik",
                "en": "Aerosol physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103040,
            "name": {
                "de": "Photonik",
                "en": "Photonics "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                86770
            ]
        },
        {
            "id": 103041,
            "name": {
                "de": "Astroteilchenphysik",
                "en": "Astroparticle physics"
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103042,
            "name": {
                "de": "Elektronenmikroskopie",
                "en": "Electron microscopy"
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103045,
            "name": {
                "de": "Lichtoptische Mikroskopie",
                "en": "Light optical microscopy"
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103044,
            "name": {
                "de": "Kosmologie",
                "en": "Cosmology"
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103001,
            "name": {
                "de": "Aerodynamik",
                "en": "Aerodynamics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103017,
            "name": {
                "de": "Magnetismus",
                "en": "Magnetism "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103032,
            "name": {
                "de": "Strömungslehre",
                "en": "Fluid mechanics "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                91689
            ]
        },
        {
            "id": 103043,
            "name": {
                "de": "Computational Physics",
                "en": "Computational physics"
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                129675
            ]
        },
        {
            "id": 102001,
            "name": {
                "de": "Artificial Intelligence",
                "en": "Artificial intelligence "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                112209,
                51050,
                57389,
                102899,
                109087
            ]
        },
        {
            "id": 102002,
            "name": {
                "de": "Augmented Reality",
                "en": "Augmented reality "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                57389,
                67508
            ]
        },
        {
            "id": 102003,
            "name": {
                "de": "Bildverarbeitung",
                "en": "Image processing "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                50698,
                98847,
                58881,
                51449,
                50966,
                57389,
                102899
            ]
        },
        {
            "id": 102004,
            "name": {
                "de": "Bioinformatik",
                "en": "Bioinformatics "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                87663,
                98222,
                125176,
                94253,
                112209,
                94613,
                91689,
                57386,
                106715,
                99946,
                91207,
                125874,
                100806,
                99786,
                50466,
                70339,
                51684,
                99884,
                109087,
                119169
            ]
        },
        {
            "id": 102005,
            "name": {
                "de": "Computer Aided Design (CAD)",
                "en": "Computer aided design (CAD) "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                50698,
                112129
            ]
        },
        {
            "id": 102006,
            "name": {
                "de": "Computer Supported Cooperative Work (CSCW)",
                "en": "Computer supported cooperative work (CSCW) "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102007,
            "name": {
                "de": "Computeranimation",
                "en": "Computer animation "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                51080
            ]
        },
        {
            "id": 102008,
            "name": {
                "de": "Computergraphik",
                "en": "Computer graphics "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                50698,
                58881,
                51449,
                57389
            ]
        },
        {
            "id": 102010,
            "name": {
                "de": "Datenbanksysteme",
                "en": "Database systems "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102011,
            "name": {
                "de": "Formale Sprachen",
                "en": "Formal languages "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        }
    ]
}