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=880&ordering=-classification_id
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=900&ordering=-classification_id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=860&ordering=-classification_id",
    "results": [
        {
            "classification_id": 301110,
            "name": {
                "de": "Physiologie",
                "en": "Physiology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301109,
            "name": {
                "de": "Pathophysiologie",
                "en": "Pathophysiology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301108,
            "name": {
                "de": "Molekulare Pathologie",
                "en": "Molecular pathology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301107,
            "name": {
                "de": "Histologie",
                "en": "Histology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301106,
            "name": {
                "de": "Funktionelle Anatomie",
                "en": "Functional anatomy "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301105,
            "name": {
                "de": "Experimentelle Pathologie",
                "en": "Experimental pathology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301104,
            "name": {
                "de": "Embryologie",
                "en": "Embryology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301103,
            "name": {
                "de": "Diagnostik in der Medizin",
                "en": "Medical diagnostics "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301102,
            "name": {
                "de": "Anatomie",
                "en": "Anatomy "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301101,
            "name": {
                "de": "Allgemeine Pathologie",
                "en": "General pathology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301100,
            "name": {
                "de": "Anatomie, Pathologie, Physiologie",
                "en": "Anatomy, Pathology, Physiology"
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301000,
            "name": {
                "de": "Medizinisch-theoretische Wissenschaften, Pharmazie",
                "en": "Medical-Theoretical Sciences, Pharmacy"
            },
            "level": 3,
            "parent": 300000
        },
        {
            "classification_id": 300000,
            "name": {
                "de": "HUMANMEDIZIN, GESUNDHEITSWISSENSCHAFTEN",
                "en": "HUMAN MEDICINE, HEALTH SCIENCES"
            },
            "level": 1,
            "parent": null
        },
        {
            "classification_id": 211928,
            "name": {
                "de": "Systems Engineering",
                "en": "Systems engineering"
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211927,
            "name": {
                "de": "Wasserstofftechnologie",
                "en": "Hydrogen technology"
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211926,
            "name": {
                "de": "Technikethik",
                "en": "Technology ethics"
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211925,
            "name": {
                "de": "Explosionsforschung",
                "en": "Explosion research"
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211924,
            "name": {
                "de": "Prozess- und Anlagensicherheit",
                "en": "Process and plant safety"
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211923,
            "name": {
                "de": "Fabrikplanung",
                "en": "Factory planning "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 211922,
            "name": {
                "de": "Energiespeicherung",
                "en": "Energy storage "
            },
            "level": 6,
            "parent": 211000
        }
    ]
}