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.

classification_id (integer)

ID of classification.

name (object)

Names of classification, defined by language.

level (integer)

Level of classification.

None

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • level
GET /v1/research/classification/?format=api&offset=980&ordering=-level
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1000&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=960&ordering=-level",
    "results": [
        {
            "classification_id": 501021,
            "name": {
                "de": "Sozialpsychologie",
                "en": "Social psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501022,
            "name": {
                "de": "Suizidologie",
                "en": "Suicidology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501023,
            "name": {
                "de": "Tiefenpsychologie",
                "en": "Depth psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501024,
            "name": {
                "de": "Verhaltenstherapie",
                "en": "Behavioural therapy "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501025,
            "name": {
                "de": "Verkehrspsychologie",
                "en": "Traffic psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501026,
            "name": {
                "de": "Wahrnehmungspsychologie",
                "en": "Psychology of perception "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501027,
            "name": {
                "de": "Musiktherapie",
                "en": "Music therapy "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501028,
            "name": {
                "de": "Psychosoziale Notfallversorgung (PSNV)",
                "en": "Psychosocial support in emergencies "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501029,
            "name": {
                "de": "Wirtschaftspsychologie",
                "en": "Economic psychology"
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501030,
            "name": {
                "de": "Kognitionswissenschaft",
                "en": "Cognitive science"
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501031,
            "name": {
                "de": "Eigensteuerung",
                "en": "Self-organization"
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501032,
            "name": {
                "de": "Emotionspsychologie",
                "en": "Emotional psychology"
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501033,
            "name": {
                "de": "Gesundheitspsychologie",
                "en": "Health psychology"
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 502001,
            "name": {
                "de": "Arbeitsmarktpolitik",
                "en": "Labour market policy "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 502002,
            "name": {
                "de": "Arbeitsmarkttheorie",
                "en": "Labour economics "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 502003,
            "name": {
                "de": "Außenhandel",
                "en": "Foreign trade "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 502004,
            "name": {
                "de": "Bankbetriebslehre",
                "en": "Banking management "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 502005,
            "name": {
                "de": "Bildungsökonomie",
                "en": "Economics of education "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 502006,
            "name": {
                "de": "Controlling",
                "en": "Controlling "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 502007,
            "name": {
                "de": "E-Commerce",
                "en": "E-commerce"
            },
            "level": 6,
            "parent": 502000
        }
    ]
}