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=1360&ordering=-id
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=1380&ordering=-id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1340&ordering=-id",
    "results": [
        {
            "id": 103033,
            "name": {
                "de": "Supraleitung",
                "en": "Superconductivity "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103032,
            "name": {
                "de": "Strömungslehre",
                "en": "Fluid mechanics "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                91689
            ]
        },
        {
            "id": 103031,
            "name": {
                "de": "Strahlenschutz",
                "en": "Radiation protection "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                120350,
                51557,
                54183,
                52008,
                51913,
                64854,
                50948,
                51085,
                51519,
                50442,
                51673,
                57567,
                51958,
                52997
            ]
        },
        {
            "id": 103030,
            "name": {
                "de": "Strahlenphysik",
                "en": "Radiation physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                51557,
                50948,
                51519,
                50442,
                51673
            ]
        },
        {
            "id": 103029,
            "name": {
                "de": "Statistische Physik",
                "en": "Statistical physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103028,
            "name": {
                "de": "Relativitätstheorie",
                "en": "Theory of relativity  "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103027,
            "name": {
                "de": "Reaktorphysik",
                "en": "Reactor physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103026,
            "name": {
                "de": "Quantenoptik",
                "en": "Quantum optics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103025,
            "name": {
                "de": "Quantenmechanik",
                "en": "Quantum mechanics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103024,
            "name": {
                "de": "Quantenfeldtheorie",
                "en": "Quantum field theory "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103023,
            "name": {
                "de": "Polymerphysik",
                "en": "Polymer physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103022,
            "name": {
                "de": "Plasmaphysik",
                "en": "Plasma physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103021,
            "name": {
                "de": "Optik",
                "en": "Optics "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                86770,
                51673
            ]
        },
        {
            "id": 103020,
            "name": {
                "de": "Oberflächenphysik",
                "en": "Surface physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103019,
            "name": {
                "de": "Mathematische Physik",
                "en": "Mathematical physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                98304,
                51854
            ]
        },
        {
            "id": 103018,
            "name": {
                "de": "Materialphysik",
                "en": "Materials physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103017,
            "name": {
                "de": "Magnetismus",
                "en": "Magnetism "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103016,
            "name": {
                "de": "Laserphysik",
                "en": "Laser physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                51673
            ]
        },
        {
            "id": 103015,
            "name": {
                "de": "Kondensierte Materie",
                "en": "Condensed matter  "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103014,
            "name": {
                "de": "Kernphysik",
                "en": "Nuclear physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        }
    ]
}