List project categories.

Fields

id (integer)

Primary key.

name (object)

Names of project Category, defined by language.

None

GET /v1/research/project:category/?format=api
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 11,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 80,
            "name": {
                "de": "DTA/MTA et al",
                "en": "DTA/MTA et al"
            },
            "third_party_funding_policy": false
        },
        {
            "id": 10,
            "name": {
                "de": "Forschungsförderung",
                "en": "Research Funding"
            },
            "third_party_funding_policy": true
        },
        {
            "id": 40,
            "name": {
                "de": "Akad. Eigenforschung",
                "en": "Research without external Funding"
            },
            "third_party_funding_policy": true
        },
        {
            "id": 30,
            "name": {
                "de": "Auftragsforschung",
                "en": "Contract Research"
            },
            "third_party_funding_policy": true
        },
        {
            "id": 12,
            "name": {
                "de": "Kooperation",
                "en": "Cooperation"
            },
            "third_party_funding_policy": true
        },
        {
            "id": 13,
            "name": {
                "de": "Projektunterstützung",
                "en": "Project Sponsoring"
            },
            "third_party_funding_policy": true
        },
        {
            "id": 15,
            "name": {
                "de": "Allg. Unterstützung",
                "en": "General Sponsoring"
            },
            "third_party_funding_policy": true
        },
        {
            "id": 60,
            "name": {
                "de": "XXX - Laufende wirtsch. Tätigkeit",
                "en": "XXX - Continuous economic Activity"
            },
            "third_party_funding_policy": true
        },
        {
            "id": 50,
            "name": {
                "de": "XXX Dienstl. Services",
                "en": "XXX Service"
            },
            "third_party_funding_policy": false
        },
        {
            "id": 70,
            "name": {
                "de": "XXX - ZMF Projekt",
                "en": "XXX - ZMF Project"
            },
            "third_party_funding_policy": false
        },
        {
            "id": 46,
            "name": {
                "de": "XXX - sonstiges",
                "en": "XXX - other"
            },
            "third_party_funding_policy": false
        }
    ]
}