Handles creating, reading and updating event sponsors.

GET /api/eventsponsor/Universit%C3%A9%20Clermont%20Auvergne/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 16,
    "name": "Université Clermont Auvergne",
    "homepage": "https://www.uca.fr/",
    "logo_url": null,
    "organisationId": "https://catalogue.france-bioinformatique.fr/api/organisation/Universit%C3%A9%20Clermont%20Auvergne/?format=api"
}