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=1420&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=1440&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1400&ordering=-parent",
    "results": [
        {
            "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": 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": 102009,
            "name": {
                "de": "Computersimulation",
                "en": "Computer simulation "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                79791,
                102165,
                50698,
                98304,
                96212,
                118003,
                123850,
                91352,
                91689,
                51080,
                100926,
                51504,
                50966,
                51854,
                50967,
                50452,
                113912
            ]
        },
        {
            "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
            ]
        },
        {
            "id": 102034,
            "name": {
                "de": "Cyber-Physical Systems",
                "en": "Cyber-physical Systems"
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 101001,
            "name": {
                "de": "Algebra",
                "en": "Algebra "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101002,
            "name": {
                "de": "Analysis",
                "en": "Analysis  "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                94253,
                91689
            ]
        },
        {
            "id": 101003,
            "name": {
                "de": "Angewandte Geometrie",
                "en": "Applied geometry "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101004,
            "name": {
                "de": "Biomathematik",
                "en": "Biomathematics "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                102165,
                94253,
                98304,
                51627,
                91689,
                51854,
                119929
            ]
        },
        {
            "id": 101005,
            "name": {
                "de": "Computeralgebra",
                "en": "Computer algebra  "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101006,
            "name": {
                "de": "Differentialgeometrie",
                "en": "Differential geometry "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101007,
            "name": {
                "de": "Finanzmathematik",
                "en": "Financial mathematics "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101008,
            "name": {
                "de": "Funktionentheorie",
                "en": "Complex analysis "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101009,
            "name": {
                "de": "Geometrie",
                "en": "Geometry  "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101010,
            "name": {
                "de": "Geschichte der Mathematik",
                "en": "History of mathematics "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        }
    ]
}