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=100&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=120&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=80&ordering=-name",
    "results": [
        {
            "id": 207413,
            "name": {
                "de": "Vermessungswesen",
                "en": "Surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 201307,
            "name": {
                "de": "Verkehrswirtschaft",
                "en": "Transport economics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 509016,
            "name": {
                "de": "Verkehrswirtschaft",
                "en": "Transport economics "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 201300,
            "name": {
                "de": "Verkehrswesen",
                "en": "Transportation"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201306,
            "name": {
                "de": "Verkehrstelematik",
                "en": "Traffic telematics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201305,
            "name": {
                "de": "Verkehrstechnik",
                "en": "Traffic engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 505042,
            "name": {
                "de": "Verkehrsrecht",
                "en": "Traffic law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 501025,
            "name": {
                "de": "Verkehrspsychologie",
                "en": "Traffic psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 507025,
            "name": {
                "de": "Verkehrsplanung",
                "en": "Transport planning "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 305910,
            "name": {
                "de": "Verkehrsmedizin",
                "en": "Traffic medicine "
            },
            "level": 6,
            "parent": 305000,
            "persons": [
                51952,
                51588
            ]
        },
        {
            "id": 502045,
            "name": {
                "de": "Verhaltensökonomie",
                "en": "Behavioural economics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 501024,
            "name": {
                "de": "Verhaltenstherapie",
                "en": "Behavioural therapy "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                51505,
                51324,
                50662,
                51907,
                84449,
                63548,
                54165,
                96232
            ]
        },
        {
            "id": 106051,
            "name": {
                "de": "Verhaltensbiologie",
                "en": "Behavioural biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                58208
            ]
        },
        {
            "id": 602054,
            "name": {
                "de": "Vergleichende Sprachwissenschaft",
                "en": "Comparative linguistics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 506014,
            "name": {
                "de": "Vergleichende Politikwissenschaft",
                "en": "Comparative politics "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 602053,
            "name": {
                "de": "Vergleichende Literaturwissenschaft",
                "en": "Comparative literature studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 505026,
            "name": {
                "de": "Verfassungsrecht",
                "en": "Constitutional law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 205015,
            "name": {
                "de": "Verbundwerkstoffe",
                "en": "Composites "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 203027,
            "name": {
                "de": "Verbrennungskraftmaschinen",
                "en": "Internal combustion engines "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 302087,
            "name": {
                "de": "Venerologie",
                "en": "Venereology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                51346,
                53009,
                54122,
                51620,
                50041,
                51954,
                61975,
                50153,
                51327,
                50151
            ]
        }
    ]
}