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=440&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=460&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=420&ordering=-name",
    "results": [
        {
            "id": 505013,
            "name": {
                "de": "Privatrecht",
                "en": "Private law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 603219,
            "name": {
                "de": "Praktische Theologie",
                "en": "Practical theology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 102029,
            "name": {
                "de": "Praktische Informatik",
                "en": "Practical computer science "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 106036,
            "name": {
                "de": "Populationsgenetik",
                "en": "Population genetics "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 604025,
            "name": {
                "de": "Popularmusikforschung",
                "en": "Popular music studies "
            },
            "level": 6,
            "parent": 604000,
            "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": 104019,
            "name": {
                "de": "Polymerwissenschaften",
                "en": "Polymer sciences "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 103023,
            "name": {
                "de": "Polymerphysik",
                "en": "Polymer physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 104018,
            "name": {
                "de": "Polymerchemie",
                "en": "Polymer chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 502027,
            "name": {
                "de": "Politische Ökonomie",
                "en": "Political economy "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 506013,
            "name": {
                "de": "Politische Theorie",
                "en": "Political theory "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506012,
            "name": {
                "de": "Politische Systeme",
                "en": "Political systems "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 504023,
            "name": {
                "de": "Politische Soziologie",
                "en": "Political sociology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 603116,
            "name": {
                "de": "Politische Philosophie",
                "en": "Political philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 508020,
            "name": {
                "de": "Politische Kommunikation",
                "en": "Political communication"
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 506011,
            "name": {
                "de": "Politische Geschichte",
                "en": "Political history "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 507010,
            "name": {
                "de": "Politische Geographie",
                "en": "Political geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 503033,
            "name": {
                "de": "Politische Bildung",
                "en": "Political education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 506000,
            "name": {
                "de": "Politikwissenschaften",
                "en": "Political Science"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 506010,
            "name": {
                "de": "Politikfeldanalyse",
                "en": "Policy analysis "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        }
    ]
}