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=60&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=80&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=40&ordering=parent",
    "results": [
        {
            "classification_id": 102022,
            "name": {
                "de": "Softwareentwicklung",
                "en": "Software development "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102023,
            "name": {
                "de": "Supercomputing",
                "en": "Supercomputing "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102024,
            "name": {
                "de": "Usability Research",
                "en": "Usability research "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102025,
            "name": {
                "de": "Verteilte Systeme",
                "en": "Distributed systems "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102026,
            "name": {
                "de": "Virtual Reality",
                "en": "Virtual reality "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102027,
            "name": {
                "de": "Web Engineering",
                "en": "Web engineering "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102028,
            "name": {
                "de": "Knowledge Engineering",
                "en": "Knowledge engineering "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102029,
            "name": {
                "de": "Praktische Informatik",
                "en": "Practical computer science "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102030,
            "name": {
                "de": "Semantische Technologien",
                "en": "Semantic technologies "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102031,
            "name": {
                "de": "Theoretische Informatik",
                "en": "Theoretical computer science "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102032,
            "name": {
                "de": "Computational Intelligence",
                "en": "Computational intelligence"
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102033,
            "name": {
                "de": "Data Mining",
                "en": "Data mining"
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102034,
            "name": {
                "de": "Cyber-Physical Systems",
                "en": "Cyber-physical Systems"
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102035,
            "name": {
                "de": "Data Science",
                "en": "Data science"
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102036,
            "name": {
                "de": "Digitale Barrierefreiheit",
                "en": "Digital accessibility"
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102037,
            "name": {
                "de": "Visualisierung",
                "en": "Visualisation"
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102038,
            "name": {
                "de": "Cloud Computing",
                "en": "Cloud computing"
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102039,
            "name": {
                "de": "Neuroinformatik",
                "en": "Neuroinformatics"
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102040,
            "name": {
                "de": "Quantencomputing",
                "en": "Quantum computing "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 103001,
            "name": {
                "de": "Aerodynamik",
                "en": "Aerodynamics "
            },
            "level": 6,
            "parent": 103000
        }
    ]
}