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.

name (object)

Names of classification, defined by language.

persons (integer[])

List of foreign keys to campusonline/person.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • persons

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • level
GET /v1/research/classification/?format=api&offset=800&ordering=-name
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1469,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=820&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=780&ordering=-name",
    "results": [
        {
            "id": 203031,
            "name": {
                "de": "Konstruktionslehre",
                "en": "Engineering design "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 604018,
            "name": {
                "de": "Konservierung und Restaurierung",
                "en": "Conservation, restoration "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 506008,
            "name": {
                "de": "Konfliktforschung",
                "en": "Conflict research "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 103015,
            "name": {
                "de": "Kondensierte Materie",
                "en": "Condensed matter  "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 604033,
            "name": {
                "de": "Komposition",
                "en": "Composition "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 302039,
            "name": {
                "de": "Komplementärmedizin",
                "en": "Complementary medicine "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                51524,
                91751
            ]
        },
        {
            "id": 603127,
            "name": {
                "de": "Komparative Philosophie",
                "en": "Comparative philosophy"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 508007,
            "name": {
                "de": "Kommunikationswissenschaft",
                "en": "Communication science "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508006,
            "name": {
                "de": "Kommunikationstheorie",
                "en": "Communication theory "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 101012,
            "name": {
                "de": "Kombinatorik",
                "en": "Combinatorics "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 602026,
            "name": {
                "de": "Kognitive Linguistik",
                "en": "Cognitive linguistics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 501030,
            "name": {
                "de": "Kognitionswissenschaft",
                "en": "Cognitive science"
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 501011,
            "name": {
                "de": "Kognitionspsychologie",
                "en": "Cognitive psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 601011,
            "name": {
                "de": "Kodikologie",
                "en": "Codicology "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 102028,
            "name": {
                "de": "Knowledge Engineering",
                "en": "Knowledge engineering "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                123850
            ]
        },
        {
            "id": 501010,
            "name": {
                "de": "Klinische Psychologie",
                "en": "Clinical psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                51062,
                51845,
                107891,
                59566,
                54245,
                57392,
                90882,
                111461,
                59261,
                59859,
                51532,
                81071
            ]
        },
        {
            "id": 301212,
            "name": {
                "de": "Klinische Pharmazie",
                "en": "Clinical pharmacy "
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                51661,
                127062
            ]
        },
        {
            "id": 302038,
            "name": {
                "de": "Klinische Neuropsychologie",
                "en": "Clinical neuropsychology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                79733,
                51465,
                107891,
                104619,
                60744,
                51907,
                59566,
                51205,
                88853,
                58883,
                100212,
                89901,
                66708,
                98754,
                101013
            ]
        },
        {
            "id": 302000,
            "name": {
                "de": "Klinische Medizin",
                "en": "Clinical Medicine"
            },
            "level": 3,
            "parent": 300000,
            "persons": []
        },
        {
            "id": 602025,
            "name": {
                "de": "Klinische Linguistik",
                "en": "Clinical linguistics "
            },
            "level": 6,
            "parent": 602000,
            "persons": [
                77049,
                58883
            ]
        }
    ]
}