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=1260&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=1280&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1240&ordering=name",
    "results": [
        {
            "id": 207110,
            "name": {
                "de": "Technischer Umweltschutz",
                "en": "Technical environmental protection "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 103034,
            "name": {
                "de": "Teilchenphysik",
                "en": "Particle physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 105124,
            "name": {
                "de": "Tektonik",
                "en": "Tectonics "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 202038,
            "name": {
                "de": "Telekommunikation",
                "en": "Telecommunications "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                51711
            ]
        },
        {
            "id": 602049,
            "name": {
                "de": "Terminologielehre",
                "en": "Terminology science "
            },
            "level": 6,
            "parent": 602000,
            "persons": [
                119111,
                119849,
                60827,
                124230,
                130375,
                119910
            ]
        },
        {
            "id": 506018,
            "name": {
                "de": "Terrorismusforschung",
                "en": "Terrorism research"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 205014,
            "name": {
                "de": "Textiltechnik",
                "en": "Textile technology "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 604029,
            "name": {
                "de": "Theaterwissenschaft",
                "en": "Theatre studies "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 603200,
            "name": {
                "de": "Theologie",
                "en": "Theology"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603223,
            "name": {
                "de": "Theologische Anthropologie",
                "en": "Theological anthropology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 106045,
            "name": {
                "de": "Theoretische Biologie",
                "en": "Theoretical biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                50147
            ]
        },
        {
            "id": 104022,
            "name": {
                "de": "Theoretische Chemie",
                "en": "Theoretical chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 202039,
            "name": {
                "de": "Theoretische Elektrotechnik",
                "en": "Theoretical electrical engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                50967
            ]
        },
        {
            "id": 102031,
            "name": {
                "de": "Theoretische Informatik",
                "en": "Theoretical computer science "
            },
            "level": 6,
            "parent": 102000,
            "persons": []
        },
        {
            "id": 101021,
            "name": {
                "de": "Theoretische Kybernetik",
                "en": "Theoretical cybernetics "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                51854
            ]
        },
        {
            "id": 103035,
            "name": {
                "de": "Theoretische Mechanik",
                "en": "Theoretical mechanics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103036,
            "name": {
                "de": "Theoretische Physik",
                "en": "Theoretical physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 203023,
            "name": {
                "de": "Thermische Turbomaschinen",
                "en": "Thermal turbomachinery "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 204007,
            "name": {
                "de": "Thermische Verfahrenstechnik",
                "en": "Thermal process engineering"
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 203024,
            "name": {
                "de": "Thermodynamik",
                "en": "Thermodynamics "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        }
    ]
}