Handles creating, reading and updating event sponsors.

GET /api/eventsponsor/?format=api&offset=20&ordering=id
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=id",
    "results": [
        {
            "id": 21,
            "name": "H2020-AGENT",
            "homepage": "https://agent-project.eu/",
            "logo_url": "https://agent-project.eu/",
            "organisationId": null
        },
        {
            "id": 22,
            "name": "BReIF",
            "homepage": "https://www.pepr-agroeconum.fr/les-projets-finances/traitement-de-donnees-et-modelisation/infrastructures/breif",
            "logo_url": null,
            "organisationId": null
        }
    ]
}