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=1080&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=1100&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1060&ordering=-name",
    "results": [
        {
            "id": 211204,
            "name": {
                "de": "Fleischtechnologie",
                "en": "Meat technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 402004,
            "name": {
                "de": "Fleischproduktion",
                "en": "Meat production "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 402003,
            "name": {
                "de": "Fleischhygiene",
                "en": "Meat hygiene "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 402002,
            "name": {
                "de": "Fischkunde",
                "en": "Ichthyology "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 401903,
            "name": {
                "de": "Fischerei",
                "en": "Fishery "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 602012,
            "name": {
                "de": "Finno-Ugristik",
                "en": "Finno-Ugrian studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 502010,
            "name": {
                "de": "Finanzwissenschaft",
                "en": "Public finance "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 502009,
            "name": {
                "de": "Finanzwirtschaft",
                "en": "Corporate finance "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 505004,
            "name": {
                "de": "Finanzrecht",
                "en": "Financial law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 101007,
            "name": {
                "de": "Finanzmathematik",
                "en": "Financial mathematics "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 604011,
            "name": {
                "de": "Filmwissenschaft",
                "en": "Film studies "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 604010,
            "name": {
                "de": "Filmgestaltung",
                "en": "Film design "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 205003,
            "name": {
                "de": "Feuerfeste Materialien",
                "en": "Refractories "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 103009,
            "name": {
                "de": "Festkörperphysik",
                "en": "Solid state physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 104006,
            "name": {
                "de": "Festkörperchemie",
                "en": "Solid state chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 201110,
            "name": {
                "de": "Festigkeitslehre",
                "en": "Strength of materials "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 203007,
            "name": {
                "de": "Festigkeitslehre",
                "en": "Strength of materials "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 203006,
            "name": {
                "de": "Fertigungstechnik",
                "en": "Production engineering "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 207402,
            "name": {
                "de": "Fernerkundung",
                "en": "Remote sensing "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 404004,
            "name": {
                "de": "Fermentation",
                "en": "Fermentation "
            },
            "level": 6,
            "parent": 404000,
            "persons": []
        }
    ]
}