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=680&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=700&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=660&ordering=name",
    "results": [
        {
            "id": 502059,
            "name": {
                "de": "Kreislaufwirtschaft",
                "en": "Circular economy"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 505008,
            "name": {
                "de": "Kriminologie",
                "en": "Criminology "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 105113,
            "name": {
                "de": "Kristallographie",
                "en": "Crystallography "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 102017,
            "name": {
                "de": "Kryptologie",
                "en": "Cryptology "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 504017,
            "name": {
                "de": "Kulturanthropologie",
                "en": "Cultural anthropology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 605008,
            "name": {
                "de": "Kulturerbe",
                "en": "Cultural heritage"
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 507005,
            "name": {
                "de": "Kulturgeographie",
                "en": "Cultural geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 105114,
            "name": {
                "de": "Kulturgeologie",
                "en": "Cultural geology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 605002,
            "name": {
                "de": "Kulturgeschichte",
                "en": "Cultural history "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 507006,
            "name": {
                "de": "Kulturlandschaftsforschung",
                "en": "Cultural landscape research "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 605006,
            "name": {
                "de": "Kulturmanagement",
                "en": "Cultural management "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 603108,
            "name": {
                "de": "Kulturphilosophie",
                "en": "Cultural philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 504018,
            "name": {
                "de": "Kultursoziologie",
                "en": "Sociology of culture "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 605004,
            "name": {
                "de": "Kulturwissenschaft",
                "en": "Cultural studies "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 605003,
            "name": {
                "de": "Kulturökonomie",
                "en": "Cultural economics "
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 604019,
            "name": {
                "de": "Kunstgeschichte",
                "en": "Art history "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 503019,
            "name": {
                "de": "Kunstpädagogik",
                "en": "Art education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 205011,
            "name": {
                "de": "Kunststofftechnik",
                "en": "Polymer engineering "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 205012,
            "name": {
                "de": "Kunststoffverarbeitung",
                "en": "Polymer processing "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 604020,
            "name": {
                "de": "Kunsttheorie",
                "en": "Art theory "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        }
    ]
}