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=1440&ordering=-classification_id
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=1460&ordering=-classification_id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1420&ordering=-classification_id",
    "results": [
        {
            "classification_id": 102014,
            "name": {
                "de": "Informationsdesign",
                "en": "Information design "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102013,
            "name": {
                "de": "Human-Computer Interaction",
                "en": "Human-computer interaction "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102012,
            "name": {
                "de": "Geschichte der Informatik",
                "en": "History of computer science "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102011,
            "name": {
                "de": "Formale Sprachen",
                "en": "Formal languages "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102010,
            "name": {
                "de": "Datenbanksysteme",
                "en": "Database systems "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102009,
            "name": {
                "de": "Computersimulation",
                "en": "Computer simulation "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "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": 102006,
            "name": {
                "de": "Computer Supported Cooperative Work (CSCW)",
                "en": "Computer supported cooperative work (CSCW) "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102005,
            "name": {
                "de": "Computer Aided Design (CAD)",
                "en": "Computer aided design (CAD) "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102004,
            "name": {
                "de": "Bioinformatik",
                "en": "Bioinformatics "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102003,
            "name": {
                "de": "Bildverarbeitung",
                "en": "Image processing "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102002,
            "name": {
                "de": "Augmented Reality",
                "en": "Augmented reality "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102001,
            "name": {
                "de": "Artificial Intelligence",
                "en": "Artificial intelligence "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102000,
            "name": {
                "de": "Informatik",
                "en": "Computer Sciences"
            },
            "level": 3,
            "parent": 100000
        },
        {
            "classification_id": 101032,
            "name": {
                "de": "Funktionalanalysis",
                "en": "Functional analysis"
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 101031,
            "name": {
                "de": "Approximationstheorie",
                "en": "Approximation theory"
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 101030,
            "name": {
                "de": "Zuverlässigkeitstheorie",
                "en": "Reliability theory"
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 101029,
            "name": {
                "de": "Mathematische Statistik",
                "en": "Mathematical statistics "
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 101028,
            "name": {
                "de": "Mathematische Modellierung",
                "en": "Mathematical modelling "
            },
            "level": 6,
            "parent": 101000
        }
    ]
}