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=320&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=340&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=300&ordering=name",
    "results": [
        {
            "id": 207306,
            "name": {
                "de": "Erdölgeologie",
                "en": "Petroleum geology "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 105103,
            "name": {
                "de": "Erdölgeologie",
                "en": "Petroleum geology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 207307,
            "name": {
                "de": "Erdölgewinnung",
                "en": "Petroleum production "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207308,
            "name": {
                "de": "Erdöltechnik",
                "en": "Petroleum engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 303008,
            "name": {
                "de": "Ergonomie",
                "en": "Ergonomics "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                51687
            ]
        },
        {
            "id": 303037,
            "name": {
                "de": "Ergotherapie",
                "en": "Occupational therapy"
            },
            "level": 6,
            "parent": 303000,
            "persons": []
        },
        {
            "id": 601030,
            "name": {
                "de": "Erinnerungskultur",
                "en": "Culture of remembrance"
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 603102,
            "name": {
                "de": "Erkenntnistheorie",
                "en": "Epistemology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 207106,
            "name": {
                "de": "Erneuerbare Energie",
                "en": "Renewable energy "
            },
            "level": 6,
            "parent": 207000,
            "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
            ]
        },
        {
            "id": 105104,
            "name": {
                "de": "Erosion",
                "en": "Erosion "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 503009,
            "name": {
                "de": "Erwachsenenbildung",
                "en": "Adult education "
            },
            "level": 6,
            "parent": 503000,
            "persons": [
                88711,
                68534
            ]
        },
        {
            "id": 503000,
            "name": {
                "de": "Erziehungswissenschaften",
                "en": "Educational Sciences"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 404003,
            "name": {
                "de": "Ethik in der Agrar- und Lebensmittelbiotechnologie",
                "en": "Agricultural and food biotechnology related ethics "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        },
        {
            "id": 304001,
            "name": {
                "de": "Ethik in der Medizinischen Biotechnologie",
                "en": "Medical biotechnology related ethics "
            },
            "level": 6,
            "parent": 304000,
            "persons": []
        },
        {
            "id": 208002,
            "name": {
                "de": "Ethik in der Umweltbiotechnologie",
                "en": "Environmental biotechnology related ethics "
            },
            "level": 6,
            "parent": 208000,
            "persons": []
        },
        {
            "id": 603103,
            "name": {
                "de": "Ethik",
                "en": "Ethics "
            },
            "level": 6,
            "parent": 603000,
            "persons": [
                51613,
                130136,
                65727
            ]
        },
        {
            "id": 504008,
            "name": {
                "de": "Ethnographie",
                "en": "Ethnography "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504009,
            "name": {
                "de": "Ethnologie",
                "en": "Ethnology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 604009,
            "name": {
                "de": "Ethnomusikologie",
                "en": "Ethnomusicology "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        }
    ]
}