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=1240&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=1260&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1220&ordering=-name",
    "results": [
        {
            "classification_id": 102035,
            "name": {
                "de": "Data Science",
                "en": "Data science"
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102033,
            "name": {
                "de": "Data Mining",
                "en": "Data mining"
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 604006,
            "name": {
                "de": "Darstellende Kunst",
                "en": "Performing arts "
            },
            "level": 6,
            "parent": 604000
        },
        {
            "classification_id": 305102,
            "name": {
                "de": "DNA-Analyse (Gerichtsmedizin)",
                "en": "DNA analysis (Forensic medicine) "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 102034,
            "name": {
                "de": "Cyber-Physical Systems",
                "en": "Cyber-physical Systems"
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 502006,
            "name": {
                "de": "Controlling",
                "en": "Controlling "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 305901,
            "name": {
                "de": "Computerunterstützte Diagnose und Therapie",
                "en": "Computer-aided diagnosis and therapy "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 302010,
            "name": {
                "de": "Computertomographie (CT)",
                "en": "Computed tomography (CT) "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 102009,
            "name": {
                "de": "Computersimulation",
                "en": "Computer simulation "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 604039,
            "name": {
                "de": "Computermusik",
                "en": "Computer music"
            },
            "level": 6,
            "parent": 604000
        },
        {
            "classification_id": 602011,
            "name": {
                "de": "Computerlinguistik",
                "en": "Computational linguistics "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 102008,
            "name": {
                "de": "Computergraphik",
                "en": "Computer graphics "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102007,
            "name": {
                "de": "Computeranimation",
                "en": "Computer animation "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 101005,
            "name": {
                "de": "Computeralgebra",
                "en": "Computer algebra  "
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 102006,
            "name": {
                "de": "Computer Supported Cooperative Work (CSCW)",
                "en": "Computer supported cooperative work (CSCW) "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 202007,
            "name": {
                "de": "Computer Integrated Manufacturing (CIM)",
                "en": "Computer integrated manufacturing (CIM) "
            },
            "level": 6,
            "parent": 202000
        },
        {
            "classification_id": 202006,
            "name": {
                "de": "Computer Hardware",
                "en": "Computer hardware "
            },
            "level": 6,
            "parent": 202000
        },
        {
            "classification_id": 202005,
            "name": {
                "de": "Computer Architektur",
                "en": "Computer architecture "
            },
            "level": 6,
            "parent": 202000
        },
        {
            "classification_id": 102005,
            "name": {
                "de": "Computer Aided Design (CAD)",
                "en": "Computer aided design (CAD) "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 103043,
            "name": {
                "de": "Computational Physics",
                "en": "Computational physics"
            },
            "level": 6,
            "parent": 103000
        }
    ]
}