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=1140&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=1160&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1120&ordering=name",
    "results": [
        {
            "id": 603220,
            "name": {
                "de": "Seelsorge",
                "en": "Pastoral care "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 201303,
            "name": {
                "de": "Seilbahnwesen",
                "en": "Ropeways "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 105122,
            "name": {
                "de": "Seismik",
                "en": "Seismic "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 211107,
            "name": {
                "de": "Sekundärmetallurgie",
                "en": "Secondary metallurgy"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 102030,
            "name": {
                "de": "Semantische Technologien",
                "en": "Semantic technologies "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 602043,
            "name": {
                "de": "Semiotik",
                "en": "Semiotics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602044,
            "name": {
                "de": "Semitistik",
                "en": "Semitic studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 202036,
            "name": {
                "de": "Sensorik",
                "en": "Sensor systems "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                50698,
                51502,
                51504
            ]
        },
        {
            "id": 301906,
            "name": {
                "de": "Serologie",
                "en": "Serology "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                112729,
                117864,
                50509,
                51503,
                51803,
                113933,
                65966
            ]
        },
        {
            "id": 503035,
            "name": {
                "de": "Sexualpädagogik",
                "en": "Sex education"
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 509024,
            "name": {
                "de": "Sicherheitsforschung",
                "en": "Security research"
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 201118,
            "name": {
                "de": "Siedlungswasserbau",
                "en": "Urban water supply and sanitation "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 202037,
            "name": {
                "de": "Signalverarbeitung",
                "en": "Signal processing "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                65660,
                50698,
                51502,
                51504,
                99976,
                51673
            ]
        },
        {
            "id": 104025,
            "name": {
                "de": "Single-Molecule Chemistry",
                "en": "Single-molecule chemistry"
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 602045,
            "name": {
                "de": "Sinologie",
                "en": "Sinology "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602046,
            "name": {
                "de": "Skandinavistik",
                "en": "Scandinavian studies  "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602047,
            "name": {
                "de": "Slawistik",
                "en": "Slavonic studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 102022,
            "name": {
                "de": "Softwareentwicklung",
                "en": "Software development "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                119111,
                119849,
                65660,
                79791,
                102165,
                96212,
                120269,
                127657,
                121270,
                91689,
                126275,
                60827,
                124230,
                130375,
                51854,
                50967,
                119910,
                113912,
                63647
            ]
        },
        {
            "id": 201211,
            "name": {
                "de": "Solararchitektur",
                "en": "Solar architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 211915,
            "name": {
                "de": "Solartechnik",
                "en": "Solar technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        }
    ]
}