Event Sponsor List
Handles creating, reading and updating event sponsors.
GET /api/eventsponsor/?format=api&offset=20&ordering=-id
{ "count": 22, "next": null, "previous": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/?format=api&limit=20&ordering=-id", "results": [ { "id": 2, "name": "INRA - Ingénum", "homepage": "", "logo_url": null, "organisationId": null }, { "id": 1, "name": "CNRS - IFB", "homepage": "", "logo_url": null, "organisationId": null } ] }