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=1340&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=1360&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1320&ordering=name",
    "results": [
        {
            "id": 502043,
            "name": {
                "de": "Unternehmensberatung",
                "en": "Business consultancy "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502044,
            "name": {
                "de": "Unternehmensführung",
                "en": "Business management "
            },
            "level": 6,
            "parent": 502000,
            "persons": [
                100364
            ]
        },
        {
            "id": 505025,
            "name": {
                "de": "Unternehmensrecht",
                "en": "Business law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 207314,
            "name": {
                "de": "Untertagebau",
                "en": "Underground mining "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 601021,
            "name": {
                "de": "Urgeschichte",
                "en": "Prehistory "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 302086,
            "name": {
                "de": "Urologie",
                "en": "Urology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                111791,
                51970,
                72937,
                107512,
                85930,
                69677,
                130518,
                99872,
                109461,
                53053,
                86729,
                99792,
                100216,
                59858,
                51826,
                51738,
                96506
            ]
        },
        {
            "id": 102024,
            "name": {
                "de": "Usability Research",
                "en": "Usability research "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                67508,
                99368
            ]
        },
        {
            "id": 106050,
            "name": {
                "de": "Vegetationskunde",
                "en": "Vegetation science "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 201904,
            "name": {
                "de": "Vegetationstechnik",
                "en": "Vegetation technology "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 302087,
            "name": {
                "de": "Venerologie",
                "en": "Venereology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                51346,
                53009,
                54122,
                51620,
                50041,
                51954,
                61975,
                50153,
                51327,
                50151
            ]
        },
        {
            "id": 203027,
            "name": {
                "de": "Verbrennungskraftmaschinen",
                "en": "Internal combustion engines "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 205015,
            "name": {
                "de": "Verbundwerkstoffe",
                "en": "Composites "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 505026,
            "name": {
                "de": "Verfassungsrecht",
                "en": "Constitutional law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 602053,
            "name": {
                "de": "Vergleichende Literaturwissenschaft",
                "en": "Comparative literature studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 506014,
            "name": {
                "de": "Vergleichende Politikwissenschaft",
                "en": "Comparative politics "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 602054,
            "name": {
                "de": "Vergleichende Sprachwissenschaft",
                "en": "Comparative linguistics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 106051,
            "name": {
                "de": "Verhaltensbiologie",
                "en": "Behavioural biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                58208
            ]
        },
        {
            "id": 501024,
            "name": {
                "de": "Verhaltenstherapie",
                "en": "Behavioural therapy "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                51505,
                51324,
                50662,
                51907,
                84449,
                63548,
                54165,
                96232
            ]
        },
        {
            "id": 502045,
            "name": {
                "de": "Verhaltensökonomie",
                "en": "Behavioural economics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 305910,
            "name": {
                "de": "Verkehrsmedizin",
                "en": "Traffic medicine "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                51952,
                51588
            ]
        }
    ]
}