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": 16,
            "name": "Université Clermont Auvergne",
            "homepage": "https://www.uca.fr/",
            "logo_url": null,
            "organisationId": "https://catalogue.france-bioinformatique.fr/api/organisation/University%20Clermont%20Auvergne/?format=api"
        },
        {
            "id": 20,
            "name": "Wheat Initiative",
            "homepage": "https://www.wheatinitiative.org/",
            "logo_url": "https://images.squarespace-cdn.com/content/v1/5cbee3f7817c12000111998c/1559117967230-MD1JRXN5HI479IG63VN5/LOGO_GREEN_transparent.png?format=500w",
            "organisationId": null
        }
    ]
}