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=1360&ordering=level
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=1380&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1340&ordering=level",
    "results": [
        {
            "id": 506018,
            "name": {
                "de": "Terrorismusforschung",
                "en": "Terrorism research"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 507029,
            "name": {
                "de": "Stadtökologie",
                "en": "Urban ecology"
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 508021,
            "name": {
                "de": "Medienwissenschaft",
                "en": "Media studies"
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 509026,
            "name": {
                "de": "Digitalisierungsforschung",
                "en": "Digitalisation research"
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 601028,
            "name": {
                "de": "Geschlechtergeschichte",
                "en": "Gender history"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601029,
            "name": {
                "de": "Sozialgeschichte",
                "en": "Social history"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 604039,
            "name": {
                "de": "Computermusik",
                "en": "Computer music"
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 604040,
            "name": {
                "de": "Interpretationsforschung",
                "en": "Interpretation research"
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 604041,
            "name": {
                "de": "Modedesign",
                "en": "Fashion design"
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 207308,
            "name": {
                "de": "Erdöltechnik",
                "en": "Petroleum engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 101015,
            "name": {
                "de": "Operations Research",
                "en": "Operations research "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 102009,
            "name": {
                "de": "Computersimulation",
                "en": "Computer simulation "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                79791,
                102165,
                50698,
                98304,
                96212,
                118003,
                123850,
                91352,
                91689,
                51080,
                100926,
                51504,
                50966,
                51854,
                50967,
                50452,
                113912
            ]
        },
        {
            "id": 103001,
            "name": {
                "de": "Aerodynamik",
                "en": "Aerodynamics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103017,
            "name": {
                "de": "Magnetismus",
                "en": "Magnetism "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103032,
            "name": {
                "de": "Strömungslehre",
                "en": "Fluid mechanics "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                91689
            ]
        },
        {
            "id": 104011,
            "name": {
                "de": "Materialchemie",
                "en": "Materials chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 105108,
            "name": {
                "de": "Geostatistik",
                "en": "Geostatistics "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105125,
            "name": {
                "de": "Petrophysik",
                "en": "Petrophysics "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 501011,
            "name": {
                "de": "Kognitionspsychologie",
                "en": "Cognitive psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 502007,
            "name": {
                "de": "E-Commerce",
                "en": "E-commerce"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        }
    ]
}