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=-classification_id
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=-classification_id",
    "results": [
        {
            "classification_id": 101007,
            "name": {
                "de": "Finanzmathematik",
                "en": "Financial mathematics "
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 101006,
            "name": {
                "de": "Differentialgeometrie",
                "en": "Differential geometry "
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 101005,
            "name": {
                "de": "Computeralgebra",
                "en": "Computer algebra  "
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 101004,
            "name": {
                "de": "Biomathematik",
                "en": "Biomathematics "
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 101003,
            "name": {
                "de": "Angewandte Geometrie",
                "en": "Applied geometry "
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 101002,
            "name": {
                "de": "Analysis",
                "en": "Analysis  "
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 101001,
            "name": {
                "de": "Algebra",
                "en": "Algebra "
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 101000,
            "name": {
                "de": "Mathematik",
                "en": "Mathematics"
            },
            "level": 3,
            "parent": 100000
        },
        {
            "classification_id": 100000,
            "name": {
                "de": "NATURWISSENSCHAFTEN",
                "en": "NATURAL SCIENCES"
            },
            "level": 1,
            "parent": null
        }
    ]
}