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=960&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=980&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=940&ordering=-level",
    "results": [
        {
            "classification_id": 501001,
            "name": {
                "de": "Allgemeine Psychologie",
                "en": "General psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501002,
            "name": {
                "de": "Angewandte Psychologie",
                "en": "Applied psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501003,
            "name": {
                "de": "Arbeitspsychologie",
                "en": "Occupational psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501004,
            "name": {
                "de": "Differentielle Psychologie",
                "en": "Differential psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501005,
            "name": {
                "de": "Entwicklungspsychologie",
                "en": "Developmental psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501006,
            "name": {
                "de": "Experimentalpsychologie",
                "en": "Experimental psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501007,
            "name": {
                "de": "Geschichte der Psychologie",
                "en": "History of psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501008,
            "name": {
                "de": "Gruppendynamik",
                "en": "Group dynamics "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501009,
            "name": {
                "de": "Kinder- und Jugendpsychologie",
                "en": "Child and adolescent psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501010,
            "name": {
                "de": "Klinische Psychologie",
                "en": "Clinical psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501011,
            "name": {
                "de": "Kognitionspsychologie",
                "en": "Cognitive psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501012,
            "name": {
                "de": "Medienpsychologie",
                "en": "Media psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501013,
            "name": {
                "de": "Motivationspsychologie",
                "en": "Motivational psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501014,
            "name": {
                "de": "Neuropsychologie",
                "en": "Neuropsychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501015,
            "name": {
                "de": "Organisationspsychologie",
                "en": "Organisational psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501016,
            "name": {
                "de": "Pädagogische Psychologie",
                "en": "Educational psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501017,
            "name": {
                "de": "Psychoanalyse",
                "en": "Psychoanalysis "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501018,
            "name": {
                "de": "Psychologische Diagnostik",
                "en": "Psychological diagnostics "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501019,
            "name": {
                "de": "Psychotherapie",
                "en": "Psychotherapy "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501020,
            "name": {
                "de": "Rechtspsychologie",
                "en": "Legal psychology "
            },
            "level": 6,
            "parent": 501000
        }
    ]
}