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=80&ordering=-parent
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=100&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=60&ordering=-parent",
    "results": [
        {
            "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": 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": []
        },
        {
            "id": 603204,
            "name": {
                "de": "Christliche Sozialethik",
                "en": "Christian social ethics"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603205,
            "name": {
                "de": "Dogmatische Theologie",
                "en": "Dogmatic theology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603206,
            "name": {
                "de": "Fundamentaltheologie",
                "en": "Fundamental theology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603207,
            "name": {
                "de": "Homiletik",
                "en": "Homiletics "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603208,
            "name": {
                "de": "Interkulturelle Theologie",
                "en": "Intercultural theology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603209,
            "name": {
                "de": "Kanonisches Recht",
                "en": "Canon law "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603210,
            "name": {
                "de": "Katechetik",
                "en": "Catechetics "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603211,
            "name": {
                "de": "Kirchengeschichte",
                "en": "Church history "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603212,
            "name": {
                "de": "Liturgiewissenschaft",
                "en": "Liturgical studies "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 603213,
            "name": {
                "de": "Moraltheologie",
                "en": "Moral theology "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        }
    ]
}