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&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=20&ordering=id",
    "previous": null,
    "results": [
        {
            "id": 100000,
            "name": {
                "de": "NATURWISSENSCHAFTEN",
                "en": "NATURAL SCIENCES"
            },
            "level": 1,
            "parent": null,
            "persons": []
        },
        {
            "id": 101000,
            "name": {
                "de": "Mathematik",
                "en": "Mathematics"
            },
            "level": 3,
            "parent": 100000,
            "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": []
        },
        {
            "id": 101011,
            "name": {
                "de": "Graphentheorie",
                "en": "Graph theory "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101012,
            "name": {
                "de": "Kombinatorik",
                "en": "Combinatorics "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101013,
            "name": {
                "de": "Mathematische Logik",
                "en": "Mathematical logic  "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101014,
            "name": {
                "de": "Numerische Mathematik",
                "en": "Numerical mathematics  "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                79791,
                102165,
                96212,
                91689,
                51854,
                113912
            ]
        },
        {
            "id": 101015,
            "name": {
                "de": "Operations Research",
                "en": "Operations research "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101016,
            "name": {
                "de": "Optimierung",
                "en": "Optimisation "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                113912
            ]
        },
        {
            "id": 101017,
            "name": {
                "de": "Spieltheorie",
                "en": "Game theory "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101018,
            "name": {
                "de": "Statistik",
                "en": "Statistics "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                87663,
                125176,
                94253,
                70339,
                51684,
                99884,
                81071
            ]
        }
    ]
}