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=60
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=80",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=40",
    "results": [
        {
            "id": 102022,
            "name": {
                "de": "Softwareentwicklung",
                "en": "Software development "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                119111,
                119849,
                65660,
                79791,
                102165,
                96212,
                120269,
                127657,
                121270,
                91689,
                126275,
                60827,
                124230,
                130375,
                51854,
                50967,
                119910,
                113912,
                63647
            ]
        },
        {
            "id": 102023,
            "name": {
                "de": "Supercomputing",
                "en": "Supercomputing "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                79791,
                91689,
                50966,
                113912
            ]
        },
        {
            "id": 102024,
            "name": {
                "de": "Usability Research",
                "en": "Usability research "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                67508,
                99368
            ]
        },
        {
            "id": 102025,
            "name": {
                "de": "Verteilte Systeme",
                "en": "Distributed systems "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102026,
            "name": {
                "de": "Virtual Reality",
                "en": "Virtual reality "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                67508,
                99368
            ]
        },
        {
            "id": 102027,
            "name": {
                "de": "Web Engineering",
                "en": "Web engineering "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102028,
            "name": {
                "de": "Knowledge Engineering",
                "en": "Knowledge engineering "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                123850
            ]
        },
        {
            "id": 102029,
            "name": {
                "de": "Praktische Informatik",
                "en": "Practical computer science "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102030,
            "name": {
                "de": "Semantische Technologien",
                "en": "Semantic technologies "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102031,
            "name": {
                "de": "Theoretische Informatik",
                "en": "Theoretical computer science "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102032,
            "name": {
                "de": "Computational Intelligence",
                "en": "Computational intelligence"
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                102899
            ]
        },
        {
            "id": 102033,
            "name": {
                "de": "Data Mining",
                "en": "Data mining"
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                87663
            ]
        },
        {
            "id": 102034,
            "name": {
                "de": "Cyber-Physical Systems",
                "en": "Cyber-physical Systems"
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102035,
            "name": {
                "de": "Data Science",
                "en": "Data science"
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                87663,
                119710,
                113912,
                102899
            ]
        },
        {
            "id": 102036,
            "name": {
                "de": "Digitale Barrierefreiheit",
                "en": "Digital accessibility"
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102037,
            "name": {
                "de": "Visualisierung",
                "en": "Visualisation"
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102038,
            "name": {
                "de": "Cloud Computing",
                "en": "Cloud computing"
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 102039,
            "name": {
                "de": "Neuroinformatik",
                "en": "Neuroinformatics"
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                126275
            ]
        },
        {
            "id": 102040,
            "name": {
                "de": "Quantencomputing",
                "en": "Quantum computing "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 103001,
            "name": {
                "de": "Aerodynamik",
                "en": "Aerodynamics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        }
    ]
}