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=660&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=680&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=640&ordering=name",
    "results": [
        {
            "classification_id": 302038,
            "name": {
                "de": "Klinische Neuropsychologie",
                "en": "Clinical neuropsychology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 301212,
            "name": {
                "de": "Klinische Pharmazie",
                "en": "Clinical pharmacy "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 501010,
            "name": {
                "de": "Klinische Psychologie",
                "en": "Clinical psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 102028,
            "name": {
                "de": "Knowledge Engineering",
                "en": "Knowledge engineering "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 601011,
            "name": {
                "de": "Kodikologie",
                "en": "Codicology "
            },
            "level": 6,
            "parent": 601000
        },
        {
            "classification_id": 501011,
            "name": {
                "de": "Kognitionspsychologie",
                "en": "Cognitive psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501030,
            "name": {
                "de": "Kognitionswissenschaft",
                "en": "Cognitive science"
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 602026,
            "name": {
                "de": "Kognitive Linguistik",
                "en": "Cognitive linguistics "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 101012,
            "name": {
                "de": "Kombinatorik",
                "en": "Combinatorics "
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 508006,
            "name": {
                "de": "Kommunikationstheorie",
                "en": "Communication theory "
            },
            "level": 6,
            "parent": 508000
        },
        {
            "classification_id": 508007,
            "name": {
                "de": "Kommunikationswissenschaft",
                "en": "Communication science "
            },
            "level": 6,
            "parent": 508000
        },
        {
            "classification_id": 603127,
            "name": {
                "de": "Komparative Philosophie",
                "en": "Comparative philosophy"
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 302039,
            "name": {
                "de": "Komplementärmedizin",
                "en": "Complementary medicine "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 604033,
            "name": {
                "de": "Komposition",
                "en": "Composition "
            },
            "level": 6,
            "parent": 604000
        },
        {
            "classification_id": 103015,
            "name": {
                "de": "Kondensierte Materie",
                "en": "Condensed matter  "
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 506008,
            "name": {
                "de": "Konfliktforschung",
                "en": "Conflict research "
            },
            "level": 6,
            "parent": 506000
        },
        {
            "classification_id": 604018,
            "name": {
                "de": "Konservierung und Restaurierung",
                "en": "Conservation, restoration "
            },
            "level": 6,
            "parent": 604000
        },
        {
            "classification_id": 203031,
            "name": {
                "de": "Konstruktionslehre",
                "en": "Engineering design "
            },
            "level": 6,
            "parent": 203000
        },
        {
            "classification_id": 201130,
            "name": {
                "de": "Konstruktiver Glasbau",
                "en": "Structural glass construction"
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 201115,
            "name": {
                "de": "Konstruktiver Wasserbau",
                "en": "Structural hydraulic engineering "
            },
            "level": 6,
            "parent": 201000
        }
    ]
}