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=500&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=520&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=480&ordering=-name",
    "results": [
        {
            "classification_id": 301207,
            "name": {
                "de": "Pharmazeutische Chemie",
                "en": "Pharmaceutical chemistry "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301206,
            "name": {
                "de": "Pharmakologie",
                "en": "Pharmacology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 403025,
            "name": {
                "de": "Pharmakologie (Veterinärmedizin)",
                "en": "Veterinary pharmacology "
            },
            "level": 6,
            "parent": 403000
        },
        {
            "classification_id": 301205,
            "name": {
                "de": "Pharmakokinetik",
                "en": "Pharmacokinetics "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301204,
            "name": {
                "de": "Pharmakognosie",
                "en": "Pharmacognosy "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 304006,
            "name": {
                "de": "Pharmakogenomik",
                "en": "Pharmacogenomics "
            },
            "level": 6,
            "parent": 304000
        },
        {
            "classification_id": 301203,
            "name": {
                "de": "Pharmakodynamik",
                "en": "Pharmacodynamics "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 303024,
            "name": {
                "de": "Pflegewissenschaft",
                "en": "Nursing science "
            },
            "level": 6,
            "parent": 303000
        },
        {
            "classification_id": 106030,
            "name": {
                "de": "Pflanzenökologie",
                "en": "Plant ecology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 401113,
            "name": {
                "de": "Pflanzenzucht",
                "en": "Plant breeding "
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 401112,
            "name": {
                "de": "Pflanzenschutz",
                "en": "Plant protection "
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 106031,
            "name": {
                "de": "Pflanzenphysiologie",
                "en": "Plant physiology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106029,
            "name": {
                "de": "Pflanzenmorphologie",
                "en": "Plant morphology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 401111,
            "name": {
                "de": "Pflanzenernährung",
                "en": "Plant nutrition "
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 401110,
            "name": {
                "de": "Pflanzenbau",
                "en": "Plant cultivation "
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 106028,
            "name": {
                "de": "Pflanzenanatomie",
                "en": "Plant anatomy "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 105125,
            "name": {
                "de": "Petrophysik",
                "en": "Petrophysics "
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 105120,
            "name": {
                "de": "Petrologie",
                "en": "Petrology "
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 105119,
            "name": {
                "de": "Petrographie",
                "en": "Petrography "
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 102021,
            "name": {
                "de": "Pervasive Computing",
                "en": "Pervasive computing "
            },
            "level": 6,
            "parent": 102000
        }
    ]
}