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.

classification_id (integer)

ID of classification.

name (object)

Names of classification, defined by language.

level (integer)

Level of classification.

None

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • level
GET /v1/research/classification/?format=api&offset=1340&ordering=level
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1360&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1320&ordering=level",
    "results": [
        {
            "classification_id": 603116,
            "name": {
                "de": "Politische Philosophie",
                "en": "Political philosophy "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603117,
            "name": {
                "de": "Rechtsphilosophie",
                "en": "Philosophy of law "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603118,
            "name": {
                "de": "Religionsphilosophie",
                "en": "Philosophy of religion "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603119,
            "name": {
                "de": "Sozialphilosophie",
                "en": "Social philosophy "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603120,
            "name": {
                "de": "Sprachphilosophie",
                "en": "Philosophy of language "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603121,
            "name": {
                "de": "Staatsphilosophie",
                "en": "Political philosophy "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603122,
            "name": {
                "de": "Technikphilosophie",
                "en": "Philosophy of technology "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603123,
            "name": {
                "de": "Wissenschaftsgeschichte",
                "en": "History of science "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603124,
            "name": {
                "de": "Wissenschaftstheorie",
                "en": "Theory of science "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603125,
            "name": {
                "de": "Metaethik",
                "en": "Metaethics"
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603126,
            "name": {
                "de": "Interkulturelle Philosophie",
                "en": "Intercultural philosophy"
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603127,
            "name": {
                "de": "Komparative Philosophie",
                "en": "Comparative philosophy"
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603200,
            "name": {
                "de": "Theologie",
                "en": "Theology"
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603201,
            "name": {
                "de": "Alttestamentliche Bibelwissenschaft",
                "en": "Old Testament studies "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603202,
            "name": {
                "de": "Christliche Archäologie",
                "en": "Christian archaeology "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603203,
            "name": {
                "de": "Christliche Philosophie",
                "en": "Christian philosophy "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603204,
            "name": {
                "de": "Christliche Sozialethik",
                "en": "Christian social ethics"
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603205,
            "name": {
                "de": "Dogmatische Theologie",
                "en": "Dogmatic theology "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603206,
            "name": {
                "de": "Fundamentaltheologie",
                "en": "Fundamental theology "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603207,
            "name": {
                "de": "Homiletik",
                "en": "Homiletics "
            },
            "level": 6,
            "parent": 603000
        }
    ]
}