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=200&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=220&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=180&ordering=-name",
    "results": [
        {
            "id": 603200,
            "name": {
                "de": "Theologie",
                "en": "Theology"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 604029,
            "name": {
                "de": "Theaterwissenschaft",
                "en": "Theatre studies "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 205014,
            "name": {
                "de": "Textiltechnik",
                "en": "Textile technology "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 506018,
            "name": {
                "de": "Terrorismusforschung",
                "en": "Terrorism research"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 602049,
            "name": {
                "de": "Terminologielehre",
                "en": "Terminology science "
            },
            "level": 6,
            "parent": 602000,
            "persons": [
                119111,
                119849,
                60827,
                124230,
                130375,
                119910
            ]
        },
        {
            "id": 202038,
            "name": {
                "de": "Telekommunikation",
                "en": "Telecommunications "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                51711
            ]
        },
        {
            "id": 105124,
            "name": {
                "de": "Tektonik",
                "en": "Tectonics "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 103034,
            "name": {
                "de": "Teilchenphysik",
                "en": "Particle physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 207110,
            "name": {
                "de": "Technischer Umweltschutz",
                "en": "Technical environmental protection "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 201122,
            "name": {
                "de": "Technischer Hochwasserschutz",
                "en": "Technical flood protection "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 203022,
            "name": {
                "de": "Technische Mechanik",
                "en": "Technical mechanics "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 101020,
            "name": {
                "de": "Technische Mathematik",
                "en": "Technical mathematics "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                79791,
                102165,
                96212,
                91689,
                70339
            ]
        },
        {
            "id": 202041,
            "name": {
                "de": "Technische Informatik",
                "en": "Computer engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                100364
            ]
        },
        {
            "id": 504028,
            "name": {
                "de": "Techniksoziologie",
                "en": "Sociology of technology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 603122,
            "name": {
                "de": "Technikphilosophie",
                "en": "Philosophy of technology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 211918,
            "name": {
                "de": "Technikgeschichte",
                "en": "Technical history "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 509025,
            "name": {
                "de": "Technikforschung",
                "en": "Technology studies "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 211917,
            "name": {
                "de": "Technikfolgenabschätzung",
                "en": "Technology assessment "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211926,
            "name": {
                "de": "Technikethik",
                "en": "Technology ethics"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 604028,
            "name": {
                "de": "Tanzwissenschaft",
                "en": "Dance studies "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        }
    ]
}