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=1040&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=1060&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1020&ordering=name",
    "results": [
        {
            "classification_id": 102029,
            "name": {
                "de": "Praktische Informatik",
                "en": "Practical computer science "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 603219,
            "name": {
                "de": "Praktische Theologie",
                "en": "Practical theology "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 505013,
            "name": {
                "de": "Privatrecht",
                "en": "Private law "
            },
            "level": 6,
            "parent": 505000
        },
        {
            "classification_id": 211912,
            "name": {
                "de": "Produktgestaltung",
                "en": "Product design "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 502028,
            "name": {
                "de": "Produktionswirtschaft",
                "en": "Production management "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 502029,
            "name": {
                "de": "Produktmanagement",
                "en": "Product management "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 502030,
            "name": {
                "de": "Projektmanagement",
                "en": "Project management "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 106037,
            "name": {
                "de": "Proteomik",
                "en": "Proteomics "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 206005,
            "name": {
                "de": "Prothetik",
                "en": "Prosthetics "
            },
            "level": 6,
            "parent": 206000
        },
        {
            "classification_id": 604036,
            "name": {
                "de": "Provenienzforschung",
                "en": "Provenance research"
            },
            "level": 6,
            "parent": 604000
        },
        {
            "classification_id": 211924,
            "name": {
                "de": "Prozess- und Anlagensicherheit",
                "en": "Process and plant safety"
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 302064,
            "name": {
                "de": "Pränatale Diagnostik",
                "en": "Prenatal diagnostics "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 303025,
            "name": {
                "de": "Präventivmedizin",
                "en": "Preventive medicine "
            },
            "level": 6,
            "parent": 303000
        },
        {
            "classification_id": 302094,
            "name": {
                "de": "Präzisionsmedizin",
                "en": "Precision medicine"
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302065,
            "name": {
                "de": "Psychiatrie",
                "en": "Clinical psychiatry "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 501017,
            "name": {
                "de": "Psychoanalyse",
                "en": "Psychoanalysis "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 602040,
            "name": {
                "de": "Psycholinguistik",
                "en": "Psycholinguistics "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 501000,
            "name": {
                "de": "Psychologie",
                "en": "Psychology"
            },
            "level": 3,
            "parent": 500000
        },
        {
            "classification_id": 501018,
            "name": {
                "de": "Psychologische Diagnostik",
                "en": "Psychological diagnostics "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 301905,
            "name": {
                "de": "Psychoneuroimmunologie",
                "en": "Psychoneuroimmunology "
            },
            "level": 6,
            "parent": 301000
        }
    ]
}