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=1020&ordering=name
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1040&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1000&ordering=name",
    "results": [
        {
            "id": 302062,
            "name": {
                "de": "Plastische und Rekonstruktive Chirurgie",
                "en": "Plastic and reconstructive surgery "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                88310,
                117823,
                97446,
                111367,
                106534,
                92002,
                59917,
                116804,
                80111,
                51566,
                51895,
                119869,
                58026,
                81670,
                101924,
                111408,
                90547,
                111830,
                50148,
                56922,
                51887,
                65141,
                70620,
                51824,
                67170,
                121189,
                120129,
                76910,
                63389,
                51521,
                51640
            ]
        },
        {
            "id": 105907,
            "name": {
                "de": "Polarforschung",
                "en": "Polar research"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 509022,
            "name": {
                "de": "Polemologie",
                "en": "Polemology "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 506010,
            "name": {
                "de": "Politikfeldanalyse",
                "en": "Policy analysis "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506000,
            "name": {
                "de": "Politikwissenschaften",
                "en": "Political Science"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 503033,
            "name": {
                "de": "Politische Bildung",
                "en": "Political education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 507010,
            "name": {
                "de": "Politische Geographie",
                "en": "Political geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 506011,
            "name": {
                "de": "Politische Geschichte",
                "en": "Political history "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 508020,
            "name": {
                "de": "Politische Kommunikation",
                "en": "Political communication"
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 603116,
            "name": {
                "de": "Politische Philosophie",
                "en": "Political philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 504023,
            "name": {
                "de": "Politische Soziologie",
                "en": "Political sociology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 506012,
            "name": {
                "de": "Politische Systeme",
                "en": "Political systems "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506013,
            "name": {
                "de": "Politische Theorie",
                "en": "Political theory "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 502027,
            "name": {
                "de": "Politische Ökonomie",
                "en": "Political economy "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 104018,
            "name": {
                "de": "Polymerchemie",
                "en": "Polymer chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 103023,
            "name": {
                "de": "Polymerphysik",
                "en": "Polymer physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 104019,
            "name": {
                "de": "Polymerwissenschaften",
                "en": "Polymer sciences "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 302063,
            "name": {
                "de": "Polytraumaversorgung",
                "en": "Multiple trauma care "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                95868,
                95708,
                51879,
                90314,
                59917,
                50039,
                51080,
                50145,
                51986,
                53461,
                51612,
                50018,
                74135
            ]
        },
        {
            "id": 604025,
            "name": {
                "de": "Popularmusikforschung",
                "en": "Popular music studies "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 106036,
            "name": {
                "de": "Populationsgenetik",
                "en": "Population genetics "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        }
    ]
}