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=140&ordering=-level
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=160&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=120&ordering=-level",
    "results": [
        {
            "id": 202001,
            "name": {
                "de": "Audiotechnik",
                "en": "Audio technology "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                50698
            ]
        },
        {
            "id": 202002,
            "name": {
                "de": "Audiovisuelle Medien",
                "en": "Audiovisual media "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                50698
            ]
        },
        {
            "id": 202003,
            "name": {
                "de": "Automatisierungstechnik",
                "en": "Automation "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 202004,
            "name": {
                "de": "Brain-Computer Interface",
                "en": "Brain-computer interface "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                116401
            ]
        },
        {
            "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": 202008,
            "name": {
                "de": "Elektrische Anlagen",
                "en": "Electrical power systems "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 207410,
            "name": {
                "de": "Photogrammetrie",
                "en": "Photogrammetry "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207411,
            "name": {
                "de": "Satellitengeodäsie",
                "en": "Satellite geodesy "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207412,
            "name": {
                "de": "Satellitengestützte Koordinatenmessung",
                "en": "Satellite-based coordinate measuring "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207413,
            "name": {
                "de": "Vermessungswesen",
                "en": "Surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207900,
            "name": {
                "de": "Sonstiges Umweltingenieurwesen, Angewandte Geowissenschaften",
                "en": "Environmental Engineering, Applied Geosciences not elsewhere classified"
            },
            "level": 6,
            "parent": 207000,
            "persons": [
                117084
            ]
        },
        {
            "id": 207901,
            "name": {
                "de": "Offshore-Technik",
                "en": "Offshore technology "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 106014,
            "name": {
                "de": "Genomik",
                "en": "Genomics "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                112209,
                94613,
                51682,
                51996,
                51541,
                89979,
                70339,
                51912,
                83445,
                109087,
                50811
            ]
        },
        {
            "id": 208001,
            "name": {
                "de": "Bioremediation",
                "en": "Bioremediation "
            },
            "level": 6,
            "parent": 208000,
            "persons": []
        },
        {
            "id": 208002,
            "name": {
                "de": "Ethik in der Umweltbiotechnologie",
                "en": "Environmental biotechnology related ethics "
            },
            "level": 6,
            "parent": 208000,
            "persons": []
        },
        {
            "id": 208003,
            "name": {
                "de": "Umweltbiotechnologie",
                "en": "Environmental biotechnology "
            },
            "level": 6,
            "parent": 208000,
            "persons": []
        },
        {
            "id": 107002,
            "name": {
                "de": "Bionik",
                "en": "Bionics "
            },
            "level": 6,
            "parent": 107000,
            "persons": []
        },
        {
            "id": 210001,
            "name": {
                "de": "Nanoanalytik",
                "en": "Nanoanalytics "
            },
            "level": 6,
            "parent": 210000,
            "persons": []
        }
    ]
}