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=920&ordering=parent
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=940&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=900&ordering=parent",
    "results": [
        {
            "id": 404005,
            "name": {
                "de": "Gärungstechnologie",
                "en": "Fermentation technology "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        },
        {
            "id": 404006,
            "name": {
                "de": "Gentechnik",
                "en": "Genetic engineering "
            },
            "level": 6,
            "parent": 404000,
            "persons": [
                58881,
                50910,
                58452
            ]
        },
        {
            "id": 404007,
            "name": {
                "de": "Lebensmittelbiotechnologie",
                "en": "Food biotechnology "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        },
        {
            "id": 405006,
            "name": {
                "de": "Agrarsoziologie",
                "en": "Agricultural sociology"
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 405007,
            "name": {
                "de": "Wildtiermanagement",
                "en": "Wildlife management"
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 405001,
            "name": {
                "de": "Agrarökologie",
                "en": "Agroecology "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 405002,
            "name": {
                "de": "Agrarökonomie",
                "en": "Agricultural economics "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 405003,
            "name": {
                "de": "Agrarpolitik",
                "en": "Agricultural policy "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 405004,
            "name": {
                "de": "Nachhaltige Landwirtschaft",
                "en": "Sustainable agriculture "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 405005,
            "name": {
                "de": "Wildtierkunde",
                "en": "Wildlife science "
            },
            "level": 6,
            "parent": 405000,
            "persons": []
        },
        {
            "id": 501000,
            "name": {
                "de": "Psychologie",
                "en": "Psychology"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 502000,
            "name": {
                "de": "Wirtschaftswissenschaften",
                "en": "Economics"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 503000,
            "name": {
                "de": "Erziehungswissenschaften",
                "en": "Educational Sciences"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 504000,
            "name": {
                "de": "Soziologie",
                "en": "Sociology"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 505000,
            "name": {
                "de": "Rechtswissenschaften",
                "en": "Law"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 506000,
            "name": {
                "de": "Politikwissenschaften",
                "en": "Political Science"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 507000,
            "name": {
                "de": "Humangeographie, Regionale Geographie, Raumplanung",
                "en": "Human Geography, Regional Geography, Regional Planning"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 508000,
            "name": {
                "de": "Medien- und Kommunikationswissenschaften",
                "en": "Media and Communication Sciences"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 509000,
            "name": {
                "de": "Andere Sozialwissenschaften",
                "en": "Other Social Sciences"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 501030,
            "name": {
                "de": "Kognitionswissenschaft",
                "en": "Cognitive science"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        }
    ]
}