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=400&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=420&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=380&ordering=name",
    "results": [
        {
            "id": 401200,
            "name": {
                "de": "Forst- und Holzwirtschaft",
                "en": "Forestry and Wood Industry"
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401201,
            "name": {
                "de": "Forstentomologie",
                "en": "Forest entomology "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401202,
            "name": {
                "de": "Forstpathologie",
                "en": "Forest pathology "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401203,
            "name": {
                "de": "Forstschutz",
                "en": "Forest protection "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401204,
            "name": {
                "de": "Forsttechnik",
                "en": "Forest engineering "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401205,
            "name": {
                "de": "Forstwirtschaft",
                "en": "Forestry "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 604012,
            "name": {
                "de": "Fotografie",
                "en": "Photography "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 504012,
            "name": {
                "de": "Freizeitforschung",
                "en": "Leisure research "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 503016,
            "name": {
                "de": "Freizeitpädagogik",
                "en": "Leisure education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 506006,
            "name": {
                "de": "Friedensforschung",
                "en": "Peace studies "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 601006,
            "name": {
                "de": "Frühgeschichte",
                "en": "Early history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 603206,
            "name": {
                "de": "Fundamentaltheologie",
                "en": "Fundamental theology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 101032,
            "name": {
                "de": "Funktionalanalysis",
                "en": "Functional analysis"
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 301106,
            "name": {
                "de": "Funktionelle Anatomie",
                "en": "Functional anatomy "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                97024,
                50173,
                51696,
                102804,
                86552,
                63387,
                51635,
                94958,
                108252,
                108616,
                52002,
                51726,
                60563,
                65141
            ]
        },
        {
            "id": 101008,
            "name": {
                "de": "Funktionentheorie",
                "en": "Complex analysis "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 205004,
            "name": {
                "de": "Funktionsmaterialien",
                "en": "Functional materials "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 402005,
            "name": {
                "de": "Futtermittelanalyse",
                "en": "Feed analysis "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 203008,
            "name": {
                "de": "Fördertechnik",
                "en": "Conveyor technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 600000,
            "name": {
                "de": "GEISTESWISSENSCHAFTEN",
                "en": "HUMANITIES"
            },
            "level": 1,
            "parent": null,
            "persons": []
        },
        {
            "id": 401103,
            "name": {
                "de": "Gartenbau",
                "en": "Horticulture "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        }
    ]
}