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
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",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1340",
    "results": [
        {
            "id": 603112,
            "name": {
                "de": "Phänomenologie",
                "en": "Phenomenology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603113,
            "name": {
                "de": "Philosophie",
                "en": "Philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603114,
            "name": {
                "de": "Philosophie des Geistes",
                "en": "Philosophy of mind "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603115,
            "name": {
                "de": "Philosophische Anthropologie",
                "en": "Philosophical anthropology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603116,
            "name": {
                "de": "Politische Philosophie",
                "en": "Political philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603117,
            "name": {
                "de": "Rechtsphilosophie",
                "en": "Philosophy of law "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603118,
            "name": {
                "de": "Religionsphilosophie",
                "en": "Philosophy of religion "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603119,
            "name": {
                "de": "Sozialphilosophie",
                "en": "Social philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603120,
            "name": {
                "de": "Sprachphilosophie",
                "en": "Philosophy of language "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603121,
            "name": {
                "de": "Staatsphilosophie",
                "en": "Political philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603122,
            "name": {
                "de": "Technikphilosophie",
                "en": "Philosophy of technology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603123,
            "name": {
                "de": "Wissenschaftsgeschichte",
                "en": "History of science "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603124,
            "name": {
                "de": "Wissenschaftstheorie",
                "en": "Theory of science "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603125,
            "name": {
                "de": "Metaethik",
                "en": "Metaethics"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603126,
            "name": {
                "de": "Interkulturelle Philosophie",
                "en": "Intercultural philosophy"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603127,
            "name": {
                "de": "Komparative Philosophie",
                "en": "Comparative philosophy"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603200,
            "name": {
                "de": "Theologie",
                "en": "Theology"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603201,
            "name": {
                "de": "Alttestamentliche Bibelwissenschaft",
                "en": "Old Testament studies "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603202,
            "name": {
                "de": "Christliche Archäologie",
                "en": "Christian archaeology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603203,
            "name": {
                "de": "Christliche Philosophie",
                "en": "Christian philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        }
    ]
}