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=760&ordering=-name
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=780&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=740&ordering=-name",
    "results": [
        {
            "id": 401000,
            "name": {
                "de": "Land- und Forstwirtschaft, Fischerei",
                "en": "Agriculture and Forestry, Fishery"
            },
            "level": 3,
            "parent": 400000,
            "persons": []
        },
        {
            "id": 207311,
            "name": {
                "de": "Lagerstättenkunde",
                "en": "Economic geology "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 402018,
            "name": {
                "de": "Labortierkunde",
                "en": "Laboratory animal science "
            },
            "level": 6,
            "parent": 402000,
            "persons": [
                58208,
                98087
            ]
        },
        {
            "id": 302040,
            "name": {
                "de": "Labordiagnostik",
                "en": "Laboratory diagnostics "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                56571,
                51807,
                112729,
                89193,
                64015,
                53597,
                99451,
                102959,
                81051,
                51812,
                117864,
                52854,
                51897,
                71910,
                51809,
                100461,
                101167,
                50564,
                88965,
                50886,
                50514,
                113933,
                51984
            ]
        },
        {
            "id": 403018,
            "name": {
                "de": "Labordiagnostik (Veterinärmedizin)",
                "en": "Veterinary laboratory diagnostics "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 102018,
            "name": {
                "de": "Künstliche Neuronale Netze",
                "en": "Artificial neural networks "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                112209,
                58881,
                50452,
                99731,
                102899
            ]
        },
        {
            "id": 402008,
            "name": {
                "de": "Künstliche Besamung",
                "en": "Artificial insemination "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 203009,
            "name": {
                "de": "Kältetechnik",
                "en": "Refrigeration engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 604000,
            "name": {
                "de": "Kunstwissenschaften",
                "en": "Arts"
            },
            "level": 3,
            "parent": 600000,
            "persons": []
        },
        {
            "id": 604020,
            "name": {
                "de": "Kunsttheorie",
                "en": "Art theory "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 205012,
            "name": {
                "de": "Kunststoffverarbeitung",
                "en": "Polymer processing "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205011,
            "name": {
                "de": "Kunststofftechnik",
                "en": "Polymer engineering "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 503019,
            "name": {
                "de": "Kunstpädagogik",
                "en": "Art education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 604019,
            "name": {
                "de": "Kunstgeschichte",
                "en": "Art history "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 605003,
            "name": {
                "de": "Kulturökonomie",
                "en": "Cultural economics "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 605004,
            "name": {
                "de": "Kulturwissenschaft",
                "en": "Cultural studies "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 504018,
            "name": {
                "de": "Kultursoziologie",
                "en": "Sociology of culture "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 603108,
            "name": {
                "de": "Kulturphilosophie",
                "en": "Cultural philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 605006,
            "name": {
                "de": "Kulturmanagement",
                "en": "Cultural management "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 507006,
            "name": {
                "de": "Kulturlandschaftsforschung",
                "en": "Cultural landscape research "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        }
    ]
}