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=220&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=240&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=200&ordering=name",
    "results": [
        {
            "id": 106009,
            "name": {
                "de": "Chronobiologie",
                "en": "Chronobiology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 102038,
            "name": {
                "de": "Cloud Computing",
                "en": "Cloud computing"
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 104027,
            "name": {
                "de": "Computational Chemistry",
                "en": "Computational chemistry"
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                112129
            ]
        },
        {
            "id": 201132,
            "name": {
                "de": "Computational Engineering",
                "en": "Computational Engineering"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 203037,
            "name": {
                "de": "Computational Engineering",
                "en": "Computational engineering"
            },
            "level": 6,
            "parent": 203000,
            "persons": [
                108575
            ]
        },
        {
            "id": 207902,
            "name": {
                "de": "Computational Geosciences",
                "en": "Computational geosciences"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 102032,
            "name": {
                "de": "Computational Intelligence",
                "en": "Computational intelligence"
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                102899
            ]
        },
        {
            "id": 103043,
            "name": {
                "de": "Computational Physics",
                "en": "Computational physics"
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                129675
            ]
        },
        {
            "id": 102005,
            "name": {
                "de": "Computer Aided Design (CAD)",
                "en": "Computer aided design (CAD) "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                50698,
                112129
            ]
        },
        {
            "id": 202005,
            "name": {
                "de": "Computer Architektur",
                "en": "Computer architecture "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202006,
            "name": {
                "de": "Computer Hardware",
                "en": "Computer hardware "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202007,
            "name": {
                "de": "Computer Integrated Manufacturing (CIM)",
                "en": "Computer integrated manufacturing (CIM) "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 102006,
            "name": {
                "de": "Computer Supported Cooperative Work (CSCW)",
                "en": "Computer supported cooperative work (CSCW) "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 101005,
            "name": {
                "de": "Computeralgebra",
                "en": "Computer algebra  "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 102007,
            "name": {
                "de": "Computeranimation",
                "en": "Computer animation "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                51080
            ]
        },
        {
            "id": 102008,
            "name": {
                "de": "Computergraphik",
                "en": "Computer graphics "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                50698,
                58881,
                51449,
                57389
            ]
        },
        {
            "id": 602011,
            "name": {
                "de": "Computerlinguistik",
                "en": "Computational linguistics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 604039,
            "name": {
                "de": "Computermusik",
                "en": "Computer music"
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 102009,
            "name": {
                "de": "Computersimulation",
                "en": "Computer simulation "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                79791,
                102165,
                50698,
                98304,
                96212,
                118003,
                123850,
                91352,
                51080,
                100926,
                51504,
                50966,
                51854,
                50967,
                50452,
                113912
            ]
        },
        {
            "id": 302010,
            "name": {
                "de": "Computertomographie (CT)",
                "en": "Computed tomography (CT) "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                126155,
                51882,
                82111,
                100618,
                104202,
                51876,
                69416,
                116406,
                97688,
                52008,
                50948,
                74075,
                51958
            ]
        }
    ]
}