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=40
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=60",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=20",
    "results": [
        {
            "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
        },
        {
            "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
        },
        {
            "classification_id": 102013,
            "name": {
                "de": "Human-Computer Interaction",
                "en": "Human-computer interaction "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102014,
            "name": {
                "de": "Informationsdesign",
                "en": "Information design "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102015,
            "name": {
                "de": "Informationssysteme",
                "en": "Information systems "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102016,
            "name": {
                "de": "IT-Sicherheit",
                "en": "IT security  "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102017,
            "name": {
                "de": "Kryptologie",
                "en": "Cryptology "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102018,
            "name": {
                "de": "Künstliche Neuronale Netze",
                "en": "Artificial neural networks "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102019,
            "name": {
                "de": "Machine Learning",
                "en": "Machine learning "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102020,
            "name": {
                "de": "Medizinische Informatik",
                "en": "Medical informatics "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102021,
            "name": {
                "de": "Pervasive Computing",
                "en": "Pervasive computing "
            },
            "level": 6,
            "parent": 102000
        }
    ]
}