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=1480&ordering=level
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1460&ordering=level",
    "results": [
        {
            "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
        },
        {
            "classification_id": 102011,
            "name": {
                "de": "Formale Sprachen",
                "en": "Formal languages "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102012,
            "name": {
                "de": "Geschichte der Informatik",
                "en": "History of computer science "
            },
            "level": 6,
            "parent": 102000
        }
    ]
}