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=580&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=600&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=560&ordering=name",
    "results": [
        {
            "id": 301903,
            "name": {
                "de": "Impfstoffentwicklung",
                "en": "Vaccine development "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                51503,
                98087,
                79192
            ]
        },
        {
            "id": 302029,
            "name": {
                "de": "Implantologie",
                "en": "Implantology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                50653,
                59423,
                51850,
                50144,
                58023,
                125157,
                50143,
                65638,
                58244,
                65141,
                94472,
                85682,
                87313,
                51588,
                53938,
                51947
            ]
        },
        {
            "id": 602017,
            "name": {
                "de": "Indogermanistik",
                "en": "Indo-European studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602018,
            "name": {
                "de": "Indologie",
                "en": "Indology "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 604015,
            "name": {
                "de": "Industrial Design",
                "en": "Industrial design "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 201208,
            "name": {
                "de": "Industriearchitektur",
                "en": "Industrial architecture "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201114,
            "name": {
                "de": "Industriebau",
                "en": "Industrial building "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 502012,
            "name": {
                "de": "Industriebetriebslehre",
                "en": "Industrial management "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 209000,
            "name": {
                "de": "Industrielle Biotechnologie",
                "en": "Industrial Biotechnology"
            },
            "level": 3,
            "parent": 200000,
            "persons": []
        },
        {
            "id": 209006,
            "name": {
                "de": "Industrielle Biotechnologie",
                "en": "Industrial biotechnology "
            },
            "level": 6,
            "parent": 209000,
            "persons": [
                113130
            ]
        },
        {
            "id": 202021,
            "name": {
                "de": "Industrielle Elektronik",
                "en": "Industrial electronics "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 502013,
            "name": {
                "de": "Industrieökonomik",
                "en": "Industrial economics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 303041,
            "name": {
                "de": "Infektiologie",
                "en": "Infectious diseases"
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                54341,
                118469
            ]
        },
        {
            "id": 102000,
            "name": {
                "de": "Informatik",
                "en": "Computer Sciences"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 102014,
            "name": {
                "de": "Informationsdesign",
                "en": "Information design "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                51449
            ]
        },
        {
            "id": 102015,
            "name": {
                "de": "Informationssysteme",
                "en": "Information systems "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                51050
            ]
        },
        {
            "id": 202022,
            "name": {
                "de": "Informationstechnik",
                "en": "Information technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                100364,
                108575,
                60827,
                130375,
                99976,
                79651
            ]
        },
        {
            "id": 201903,
            "name": {
                "de": "Ingenieurbiologie",
                "en": "Soil bioengineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 207405,
            "name": {
                "de": "Ingenieurgeodäsie",
                "en": "Engineering geodesy "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207200,
            "name": {
                "de": "Ingenieurgeologie, Geotechnik",
                "en": "Engineering Geology, Geotechnics"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        }
    ]
}