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=960&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=980&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=940&ordering=parent",
    "results": [
        {
            "id": 501020,
            "name": {
                "de": "Rechtspsychologie",
                "en": "Legal psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501021,
            "name": {
                "de": "Sozialpsychologie",
                "en": "Social psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501022,
            "name": {
                "de": "Suizidologie",
                "en": "Suicidology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501023,
            "name": {
                "de": "Tiefenpsychologie",
                "en": "Depth psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                51907
            ]
        },
        {
            "id": 501024,
            "name": {
                "de": "Verhaltenstherapie",
                "en": "Behavioural therapy "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                51505,
                51324,
                50662,
                51907,
                84449,
                63548,
                54165,
                96232
            ]
        },
        {
            "id": 501025,
            "name": {
                "de": "Verkehrspsychologie",
                "en": "Traffic psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501026,
            "name": {
                "de": "Wahrnehmungspsychologie",
                "en": "Psychology of perception "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501027,
            "name": {
                "de": "Musiktherapie",
                "en": "Music therapy "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501028,
            "name": {
                "de": "Psychosoziale Notfallversorgung (PSNV)",
                "en": "Psychosocial support in emergencies "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501029,
            "name": {
                "de": "Wirtschaftspsychologie",
                "en": "Economic psychology"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501011,
            "name": {
                "de": "Kognitionspsychologie",
                "en": "Cognitive psychology "
            },
            "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": 502060,
            "name": {
                "de": "Diversitätsmanagement",
                "en": "Diversity management"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502001,
            "name": {
                "de": "Arbeitsmarktpolitik",
                "en": "Labour market policy "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502002,
            "name": {
                "de": "Arbeitsmarkttheorie",
                "en": "Labour economics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502003,
            "name": {
                "de": "Außenhandel",
                "en": "Foreign trade "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502004,
            "name": {
                "de": "Bankbetriebslehre",
                "en": "Banking management "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502005,
            "name": {
                "de": "Bildungsökonomie",
                "en": "Economics of education "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        }
    ]
}