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=500&ordering=-id
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=520&ordering=-id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=480&ordering=-id",
    "results": [
        {
            "id": 502000,
            "name": {
                "de": "Wirtschaftswissenschaften",
                "en": "Economics"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 501032,
            "name": {
                "de": "Emotionspsychologie",
                "en": "Emotional psychology"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501031,
            "name": {
                "de": "Eigensteuerung",
                "en": "Self-organization"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501030,
            "name": {
                "de": "Kognitionswissenschaft",
                "en": "Cognitive science"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501029,
            "name": {
                "de": "Wirtschaftspsychologie",
                "en": "Economic psychology"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501028,
            "name": {
                "de": "Psychosoziale Notfallversorgung (PSNV)",
                "en": "Psychosocial support in emergencies "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501027,
            "name": {
                "de": "Musiktherapie",
                "en": "Music therapy "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501026,
            "name": {
                "de": "Wahrnehmungspsychologie",
                "en": "Psychology of perception "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501025,
            "name": {
                "de": "Verkehrspsychologie",
                "en": "Traffic psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501024,
            "name": {
                "de": "Verhaltenstherapie",
                "en": "Behavioural therapy "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                51505,
                51324,
                50662,
                51907,
                84449,
                63548,
                54165,
                96232
            ]
        },
        {
            "id": 501023,
            "name": {
                "de": "Tiefenpsychologie",
                "en": "Depth psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                51907
            ]
        },
        {
            "id": 501022,
            "name": {
                "de": "Suizidologie",
                "en": "Suicidology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501021,
            "name": {
                "de": "Sozialpsychologie",
                "en": "Social psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501020,
            "name": {
                "de": "Rechtspsychologie",
                "en": "Legal psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501019,
            "name": {
                "de": "Psychotherapie",
                "en": "Psychotherapy "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                50887,
                51666,
                51505,
                50774,
                51907,
                63548,
                51506,
                51634
            ]
        },
        {
            "id": 501018,
            "name": {
                "de": "Psychologische Diagnostik",
                "en": "Psychological diagnostics "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                81071
            ]
        },
        {
            "id": 501017,
            "name": {
                "de": "Psychoanalyse",
                "en": "Psychoanalysis "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                51907,
                58063
            ]
        },
        {
            "id": 501016,
            "name": {
                "de": "Pädagogische Psychologie",
                "en": "Educational psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501015,
            "name": {
                "de": "Organisationspsychologie",
                "en": "Organisational psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501014,
            "name": {
                "de": "Neuropsychologie",
                "en": "Neuropsychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                79733,
                51465,
                107891,
                104619,
                60744,
                51907,
                59566,
                51205,
                66708
            ]
        }
    ]
}