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=20&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=40&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&ordering=parent",
    "results": [
        {
            "id": 101014,
            "name": {
                "de": "Numerische Mathematik",
                "en": "Numerical mathematics  "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                79791,
                102165,
                96212,
                91689,
                51854,
                113912
            ]
        },
        {
            "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
            ]
        },
        {
            "id": 101019,
            "name": {
                "de": "Stochastik",
                "en": "Stochastics "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101020,
            "name": {
                "de": "Technische Mathematik",
                "en": "Technical mathematics "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                79791,
                102165,
                96212,
                91689,
                70339
            ]
        },
        {
            "id": 101021,
            "name": {
                "de": "Theoretische Kybernetik",
                "en": "Theoretical cybernetics "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                51854
            ]
        },
        {
            "id": 101022,
            "name": {
                "de": "Topologie",
                "en": "Topology "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101023,
            "name": {
                "de": "Versicherungsmathematik",
                "en": "Actuarial mathematics "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                79791
            ]
        },
        {
            "id": 101024,
            "name": {
                "de": "Wahrscheinlichkeitstheorie",
                "en": "Probability theory  "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                79791
            ]
        },
        {
            "id": 101025,
            "name": {
                "de": "Zahlentheorie",
                "en": "Number theory "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101026,
            "name": {
                "de": "Zeitreihenanalyse",
                "en": "Time series analysis "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101027,
            "name": {
                "de": "Dynamische Systeme",
                "en": "Dynamical systems "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                91689
            ]
        },
        {
            "id": 101028,
            "name": {
                "de": "Mathematische Modellierung",
                "en": "Mathematical modelling "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                79791,
                129675,
                102165,
                94253,
                98304,
                118003,
                91352,
                91689,
                129561,
                100926
            ]
        },
        {
            "id": 101029,
            "name": {
                "de": "Mathematische Statistik",
                "en": "Mathematical statistics "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                79791,
                51627,
                57389,
                70339
            ]
        },
        {
            "id": 101030,
            "name": {
                "de": "Zuverlässigkeitstheorie",
                "en": "Reliability theory"
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101031,
            "name": {
                "de": "Approximationstheorie",
                "en": "Approximation theory"
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101032,
            "name": {
                "de": "Funktionalanalysis",
                "en": "Functional analysis"
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101015,
            "name": {
                "de": "Operations Research",
                "en": "Operations research "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 102001,
            "name": {
                "de": "Artificial Intelligence",
                "en": "Artificial intelligence "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                112209,
                51050,
                57389,
                102899,
                109087
            ]
        }
    ]
}