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=1140&ordering=level
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=1160&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1120&ordering=level",
    "results": [
        {
            "id": 509018,
            "name": {
                "de": "Wissensmanagement",
                "en": "Knowledge management "
            },
            "level": 6,
            "parent": 509000,
            "persons": [
                54223,
                88711
            ]
        },
        {
            "id": 509019,
            "name": {
                "de": "Zukunftsforschung",
                "en": "Futurology "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509020,
            "name": {
                "de": "Militärethik",
                "en": "Military ethics "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509021,
            "name": {
                "de": "Militärwissenschaft",
                "en": "Military science "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509022,
            "name": {
                "de": "Polemologie",
                "en": "Polemology "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 601001,
            "name": {
                "de": "Alte Geschichte",
                "en": "Ancient history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601002,
            "name": {
                "de": "Altertumskunde",
                "en": "Classical studies "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601003,
            "name": {
                "de": "Archäologie",
                "en": "Archaeology "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601004,
            "name": {
                "de": "Epigraphik",
                "en": "Epigraphy "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601005,
            "name": {
                "de": "Europäische Geschichte",
                "en": "European history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601006,
            "name": {
                "de": "Frühgeschichte",
                "en": "Early history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601007,
            "name": {
                "de": "Geschichtliche Landeskunde",
                "en": "Historical regional studies "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601008,
            "name": {
                "de": "Geschichtswissenschaft",
                "en": "Science of history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601009,
            "name": {
                "de": "Historische Hilfswissenschaften",
                "en": "Historical auxiliary sciences "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601011,
            "name": {
                "de": "Kodikologie",
                "en": "Codicology "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601012,
            "name": {
                "de": "Mittelalterliche Geschichte",
                "en": "Medieval history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601013,
            "name": {
                "de": "Museologie",
                "en": "Museology "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601014,
            "name": {
                "de": "Neuere Geschichte",
                "en": "Modern history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601015,
            "name": {
                "de": "Numismatik",
                "en": "Numismatics "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 601016,
            "name": {
                "de": "Österreichische Geschichte",
                "en": "Austrian history "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        }
    ]
}