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=1400&ordering=-parent
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=1420&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1380&ordering=-parent",
    "results": [
        {
            "classification_id": 103036,
            "name": {
                "de": "Theoretische Physik",
                "en": "Theoretical physics "
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 103037,
            "name": {
                "de": "Umweltphysik",
                "en": "Environmental physics "
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 103038,
            "name": {
                "de": "Weltraumforschung",
                "en": "Space exploration "
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 103039,
            "name": {
                "de": "Aerosolphysik",
                "en": "Aerosol physics "
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 103040,
            "name": {
                "de": "Photonik",
                "en": "Photonics "
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 103041,
            "name": {
                "de": "Astroteilchenphysik",
                "en": "Astroparticle physics"
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 103042,
            "name": {
                "de": "Elektronenmikroskopie",
                "en": "Electron microscopy"
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 103043,
            "name": {
                "de": "Computational Physics",
                "en": "Computational physics"
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 103044,
            "name": {
                "de": "Kosmologie",
                "en": "Cosmology"
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 103045,
            "name": {
                "de": "Lichtoptische Mikroskopie",
                "en": "Light optical microscopy"
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 102001,
            "name": {
                "de": "Artificial Intelligence",
                "en": "Artificial intelligence "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102002,
            "name": {
                "de": "Augmented Reality",
                "en": "Augmented reality "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102003,
            "name": {
                "de": "Bildverarbeitung",
                "en": "Image processing "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102004,
            "name": {
                "de": "Bioinformatik",
                "en": "Bioinformatics "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102005,
            "name": {
                "de": "Computer Aided Design (CAD)",
                "en": "Computer aided design (CAD) "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102006,
            "name": {
                "de": "Computer Supported Cooperative Work (CSCW)",
                "en": "Computer supported cooperative work (CSCW) "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102007,
            "name": {
                "de": "Computeranimation",
                "en": "Computer animation "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102008,
            "name": {
                "de": "Computergraphik",
                "en": "Computer graphics "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102009,
            "name": {
                "de": "Computersimulation",
                "en": "Computer simulation "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102010,
            "name": {
                "de": "Datenbanksysteme",
                "en": "Database systems "
            },
            "level": 6,
            "parent": 102000
        }
    ]
}