List project mentor contributions.

ProjectMentorContribution(id, order, name, active)

Filters

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

All fields with advanced lookups can also be used for exact value matches as described above.

Possible advanced lookups:

  • name: iexact, contains, icontains
GET /v1/research/projectmentorcontribution/?format=api
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": {
                "de": "Maßgebliche Mitwirkung an der Konzeption/Projektideexxx",
                "en": "Significant involvement in the concept/project idea"
            }
        },
        {
            "id": 2,
            "name": {
                "de": "Maßgebliche kritische Supervision des Antrags",
                "en": "Significant critical supervision of the application"
            }
        },
        {
            "id": 3,
            "name": {
                "de": "Maßgebliche Bereitstellung von Ressourcen (Personal, Sachmittel, Investitionen)",
                "en": "Significant provision of resources (personnel, material resources, investments)"
            }
        },
        {
            "id": 4,
            "name": {
                "de": "Maßgebliche Bereitstellung von Daten",
                "en": "Relevant provision of data"
            }
        }
    ]
}