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=1120&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=1140&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1100&ordering=-name",
    "results": [
        {
            "id": 501006,
            "name": {
                "de": "Experimentalpsychologie",
                "en": "Experimental psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 103008,
            "name": {
                "de": "Experimentalphysik",
                "en": "Experimental physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                51673
            ]
        },
        {
            "id": 603903,
            "name": {
                "de": "Exegese",
                "en": "Exegesis "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 106012,
            "name": {
                "de": "Evolutionsforschung",
                "en": "Evolutionary research "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                58881
            ]
        },
        {
            "id": 509004,
            "name": {
                "de": "Evaluationsforschung",
                "en": "Evaluation research "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 506004,
            "name": {
                "de": "Europäische Integration",
                "en": "European integration "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 601005,
            "name": {
                "de": "Europäische Geschichte",
                "en": "European history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 504010,
            "name": {
                "de": "Europäische Ethnologie",
                "en": "European ethnology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 505003,
            "name": {
                "de": "Europarecht",
                "en": "European law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 604009,
            "name": {
                "de": "Ethnomusikologie",
                "en": "Ethnomusicology "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 504009,
            "name": {
                "de": "Ethnologie",
                "en": "Ethnology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504008,
            "name": {
                "de": "Ethnographie",
                "en": "Ethnography "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 603103,
            "name": {
                "de": "Ethik",
                "en": "Ethics "
            },
            "level": 6,
            "parent": 603000,
            "persons": [
                51613,
                130136,
                65727
            ]
        },
        {
            "id": 208002,
            "name": {
                "de": "Ethik in der Umweltbiotechnologie",
                "en": "Environmental biotechnology related ethics "
            },
            "level": 6,
            "parent": 208000,
            "persons": []
        },
        {
            "id": 304001,
            "name": {
                "de": "Ethik in der Medizinischen Biotechnologie",
                "en": "Medical biotechnology related ethics "
            },
            "level": 6,
            "parent": 304000,
            "persons": []
        },
        {
            "id": 404003,
            "name": {
                "de": "Ethik in der Agrar- und Lebensmittelbiotechnologie",
                "en": "Agricultural and food biotechnology related ethics "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        },
        {
            "id": 503000,
            "name": {
                "de": "Erziehungswissenschaften",
                "en": "Educational Sciences"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 503009,
            "name": {
                "de": "Erwachsenenbildung",
                "en": "Adult education "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                88711,
                68534
            ]
        },
        {
            "id": 105104,
            "name": {
                "de": "Erosion",
                "en": "Erosion "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 303009,
            "name": {
                "de": "Ernährungswissenschaften",
                "en": "Nutritional sciences "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                56571,
                82963,
                89193,
                120289,
                51266,
                104024,
                88711,
                52854,
                54033,
                51687,
                51846
            ]
        }
    ]
}