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=1200&ordering=id
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=1220&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1180&ordering=id",
    "results": [
        {
            "id": 507025,
            "name": {
                "de": "Verkehrsplanung",
                "en": "Transport planning "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507026,
            "name": {
                "de": "Wirtschaftsgeographie",
                "en": "Economic geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507027,
            "name": {
                "de": "Nachhaltige Stadtentwicklung",
                "en": "Sustainable urban development "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507028,
            "name": {
                "de": "Kartographie",
                "en": "Cartography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507029,
            "name": {
                "de": "Stadtökologie",
                "en": "Urban ecology"
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507030,
            "name": {
                "de": "Mobilitätsforschung",
                "en": "Mobility research"
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507031,
            "name": {
                "de": "Wohnungsforschung",
                "en": "Housing studies"
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 508000,
            "name": {
                "de": "Medien- und Kommunikationswissenschaften",
                "en": "Media and Communication Sciences"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 508001,
            "name": {
                "de": "Archivwesen",
                "en": "Archive studies "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508002,
            "name": {
                "de": "Audiovisuelle Medien",
                "en": "Audiovisual media "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508003,
            "name": {
                "de": "Bibliothekswissenschaft",
                "en": "Library science "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508004,
            "name": {
                "de": "Interkulturelle Kommunikation",
                "en": "Intercultural communication "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508005,
            "name": {
                "de": "Journalistik",
                "en": "Journalism "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508006,
            "name": {
                "de": "Kommunikationstheorie",
                "en": "Communication theory "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508007,
            "name": {
                "de": "Kommunikationswissenschaft",
                "en": "Communication science "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508008,
            "name": {
                "de": "Medienanalyse",
                "en": "Media analysis "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508009,
            "name": {
                "de": "Medienforschung",
                "en": "Media research "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508010,
            "name": {
                "de": "Mediengeschichte",
                "en": "Media history "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508011,
            "name": {
                "de": "Medientheorie",
                "en": "Media theory "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508012,
            "name": {
                "de": "Medienwirkungsforschung",
                "en": "Media impact studies "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        }
    ]
}