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=80&ordering=name
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=100&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=60&ordering=name",
    "results": [
        {
            "classification_id": 502002,
            "name": {
                "de": "Arbeitsmarkttheorie",
                "en": "Labour economics "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 303001,
            "name": {
                "de": "Arbeitsmedizin",
                "en": "Occupational medicine "
            },
            "level": 6,
            "parent": 303000
        },
        {
            "classification_id": 501003,
            "name": {
                "de": "Arbeitspsychologie",
                "en": "Occupational psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 505001,
            "name": {
                "de": "Arbeitsrecht",
                "en": "Labour law "
            },
            "level": 6,
            "parent": 505000
        },
        {
            "classification_id": 504002,
            "name": {
                "de": "Arbeitssoziologie",
                "en": "Sociology of work "
            },
            "level": 6,
            "parent": 504000
        },
        {
            "classification_id": 604002,
            "name": {
                "de": "Architektonische Gestaltung",
                "en": "Architectural design "
            },
            "level": 6,
            "parent": 604000
        },
        {
            "classification_id": 201200,
            "name": {
                "de": "Architektur",
                "en": "Architecture"
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 201201,
            "name": {
                "de": "Architekturgeschichte",
                "en": "History of architecture "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 201202,
            "name": {
                "de": "Architekturmodellbau",
                "en": "Architectural modelling  "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 201203,
            "name": {
                "de": "Architekturtheorie",
                "en": "Architectural theory "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 508001,
            "name": {
                "de": "Archivwesen",
                "en": "Archive studies "
            },
            "level": 6,
            "parent": 508000
        },
        {
            "classification_id": 107008,
            "name": {
                "de": "Archäobotanik",
                "en": "Archaeobotany"
            },
            "level": 6,
            "parent": 107000
        },
        {
            "classification_id": 601003,
            "name": {
                "de": "Archäologie",
                "en": "Archaeology "
            },
            "level": 6,
            "parent": 601000
        },
        {
            "classification_id": 601024,
            "name": {
                "de": "Archäologische Prospektion",
                "en": "Archaeological prospection"
            },
            "level": 6,
            "parent": 601000
        },
        {
            "classification_id": 107001,
            "name": {
                "de": "Archäometrie",
                "en": "Archaeometry "
            },
            "level": 6,
            "parent": 107000
        },
        {
            "classification_id": 107009,
            "name": {
                "de": "Archäozoologie",
                "en": "Archaeozoology"
            },
            "level": 6,
            "parent": 107000
        },
        {
            "classification_id": 504003,
            "name": {
                "de": "Armut und soziale Ausgrenzung",
                "en": "Poverty and social exclusion "
            },
            "level": 6,
            "parent": 504000
        },
        {
            "classification_id": 102001,
            "name": {
                "de": "Artificial Intelligence",
                "en": "Artificial intelligence "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 301201,
            "name": {
                "de": "Arzneimittel-, Arzneistoffanalyse",
                "en": "Pharmaceutical and drug analysis "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301215,
            "name": {
                "de": "Arzneimittelsicherheit",
                "en": "Drug safety"
            },
            "level": 6,
            "parent": 301000
        }
    ]
}