Handles creating, reading and updating event sponsors.

GET /api/eventsponsor/?format=api&offset=20&ordering=-homepage
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/?format=api&limit=20&ordering=-homepage",
    "results": [
        {
            "id": 7,
            "name": "LaBRI",
            "homepage": "",
            "logo_url": null,
            "organisationId": null
        },
        {
            "id": 8,
            "name": "Centre de génomique fonctionnelle de Bordeaux  (CGFB)",
            "homepage": "",
            "logo_url": null,
            "organisationId": null
        }
    ]
}