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=1000&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=1020&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=980&ordering=name",
    "results": [
        {
            "id": 105408,
            "name": {
                "de": "Physische Geographie",
                "en": "Physical geography "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 106034,
            "name": {
                "de": "Phytochemie",
                "en": "Phytochemistry "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 106035,
            "name": {
                "de": "Phytogeographie",
                "en": "Phytogeography "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 403027,
            "name": {
                "de": "Phytotherapie (Veterinärmedizin)",
                "en": "Veterinary phytotherapy "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 603112,
            "name": {
                "de": "Phänomenologie",
                "en": "Phenomenology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 103022,
            "name": {
                "de": "Plasmaphysik",
                "en": "Plasma physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 302062,
            "name": {
                "de": "Plastische und Rekonstruktive Chirurgie",
                "en": "Plastic and reconstructive surgery "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                88310,
                90062,
                117823,
                106534,
                59917,
                51635,
                80111,
                51566,
                51895,
                119869,
                58026,
                81670,
                101924,
                111408,
                124934,
                90547,
                111830,
                50148,
                51887,
                65141,
                70620,
                51824,
                67170,
                121189,
                120129,
                76910,
                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": []
        }
    ]
}