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=1220&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=1240&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1200&ordering=-name",
    "results": [
        {
            "classification_id": 305911,
            "name": {
                "de": "Digitale Medizin",
                "en": "Digital medicine"
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 604038,
            "name": {
                "de": "Digitale Kunst",
                "en": "Digital arts"
            },
            "level": 6,
            "parent": 604000
        },
        {
            "classification_id": 602060,
            "name": {
                "de": "Digitale Edition",
                "en": "Digital edition"
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 102036,
            "name": {
                "de": "Digitale Barrierefreiheit",
                "en": "Digital accessibility"
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 605007,
            "name": {
                "de": "Digital Humanities",
                "en": "Digital humanities"
            },
            "level": 6,
            "parent": 605000
        },
        {
            "classification_id": 501004,
            "name": {
                "de": "Differentielle Psychologie",
                "en": "Differential psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 101006,
            "name": {
                "de": "Differentialgeometrie",
                "en": "Differential geometry "
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 503007,
            "name": {
                "de": "Didaktik",
                "en": "Didactics "
            },
            "level": 6,
            "parent": 503000
        },
        {
            "classification_id": 301103,
            "name": {
                "de": "Diagnostik in der Medizin",
                "en": "Medical diagnostics "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 302013,
            "name": {
                "de": "Diagnostik in der Medizin",
                "en": "Medical diagnostics "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 403008,
            "name": {
                "de": "Diagnostik (Veterinärmedizin)",
                "en": "Veterinary diagnostics "
            },
            "level": 6,
            "parent": 403000
        },
        {
            "classification_id": 302012,
            "name": {
                "de": "Diabetologie",
                "en": "Diabetology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 604008,
            "name": {
                "de": "Design",
                "en": "Design "
            },
            "level": 6,
            "parent": 604000
        },
        {
            "classification_id": 302011,
            "name": {
                "de": "Dermatologie",
                "en": "Dermatology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 207105,
            "name": {
                "de": "Deponietechnik",
                "en": "Landfill technology  "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 604007,
            "name": {
                "de": "Denkmalpflege",
                "en": "Historic preservation "
            },
            "level": 6,
            "parent": 604000
        },
        {
            "classification_id": 506019,
            "name": {
                "de": "Demokratieforschung",
                "en": "Democracy studies"
            },
            "level": 6,
            "parent": 506000
        },
        {
            "classification_id": 504006,
            "name": {
                "de": "Demographie",
                "en": "Demography "
            },
            "level": 6,
            "parent": 504000
        },
        {
            "classification_id": 505002,
            "name": {
                "de": "Datenschutz",
                "en": "Data protection "
            },
            "level": 6,
            "parent": 505000
        },
        {
            "classification_id": 102010,
            "name": {
                "de": "Datenbanksysteme",
                "en": "Database systems "
            },
            "level": 6,
            "parent": 102000
        }
    ]
}