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=740&ordering=level
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=760&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=720&ordering=level",
    "results": [
        {
            "id": 302092,
            "name": {
                "de": "Orale Chirurgie",
                "en": "Oral surgery"
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                58023,
                94472,
                87313,
                76910
            ]
        },
        {
            "id": 303037,
            "name": {
                "de": "Ergotherapie",
                "en": "Occupational therapy"
            },
            "level": 6,
            "parent": 303000,
            "persons": []
        },
        {
            "id": 303038,
            "name": {
                "de": "Physiotherapie",
                "en": "Physiotherapy"
            },
            "level": 6,
            "parent": 303000,
            "persons": []
        },
        {
            "id": 303039,
            "name": {
                "de": "Radiologietechnologie",
                "en": "Radiological technology"
            },
            "level": 6,
            "parent": 303000,
            "persons": []
        },
        {
            "id": 303040,
            "name": {
                "de": "Versorgungsforschung",
                "en": "Health services research"
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                92002,
                100141,
                92483,
                100251,
                92363,
                91510,
                51745,
                63287,
                105863,
                117683,
                125094
            ]
        },
        {
            "id": 305109,
            "name": {
                "de": "Forensische Anthropologie",
                "en": "Forensic anthropology"
            },
            "level": 6,
            "parent": 305000,
            "persons": []
        },
        {
            "id": 401119,
            "name": {
                "de": "Feldfutterbau",
                "en": "Field forage growing"
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401209,
            "name": {
                "de": "Waldwachstum",
                "en": "Forest growth"
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 401906,
            "name": {
                "de": "Jagdwirtschaft",
                "en": "Game management"
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 403033,
            "name": {
                "de": "Regenerative Medizin (Veterinärmedizin)",
                "en": "Veterinary regenerative medicine "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 403034,
            "name": {
                "de": "Schmerzmedizin (Veterinärmedizin)",
                "en": "Veterinary pain medicine"
            },
            "level": 6,
            "parent": 403000,
            "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": 501030,
            "name": {
                "de": "Kognitionswissenschaft",
                "en": "Cognitive science"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 502054,
            "name": {
                "de": "Entrepreneurship",
                "en": "Entrepreneurship"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502055,
            "name": {
                "de": "Verteilungsökonomie",
                "en": "Distribution economics"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502056,
            "name": {
                "de": "Wirtschaftsprüfung",
                "en": "Auditing"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 503034,
            "name": {
                "de": "Inklusive Pädagogik",
                "en": "Inclusive education"
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 504031,
            "name": {
                "de": "Diversitätsforschung",
                "en": "Diversity research"
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 505044,
            "name": {
                "de": "Gesellschaftsrecht",
                "en": "Corporate law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        }
    ]
}