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&ordering=id
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&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=40&ordering=id",
    "results": [
        {
            "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": 103000,
            "name": {
                "de": "Physik, Astronomie",
                "en": "Physics, Astronomy"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 103001,
            "name": {
                "de": "Aerodynamik",
                "en": "Aerodynamics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103002,
            "name": {
                "de": "Akustik",
                "en": "Acoustics "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                50698,
                79651
            ]
        },
        {
            "id": 103003,
            "name": {
                "de": "Astronomie",
                "en": "Astronomy "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103004,
            "name": {
                "de": "Astrophysik",
                "en": "Astrophysics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        }
    ]
}