Handles creating, reading and updating event sponsors.

GET /api/eventsponsor/?format=api&offset=20&ordering=-organisationId
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=-organisationId",
    "results": [
        {
            "id": 17,
            "name": "Agropolis Fondation",
            "homepage": "https://www.agropolis-fondation.fr/Soutiens-ponctuels",
            "logo_url": null,
            "organisationId": "https://catalogue.france-bioinformatique.fr/api/organisation/CIRAD/?format=api"
        },
        {
            "id": 15,
            "name": "Laboratory of Bioinformatics Analyses for Genomics and Metabolism",
            "homepage": "https://labgem.genoscope.cns.fr",
            "logo_url": "https://labgem.genoscope.cns.fr/wp-content/uploads/2021/06/GENOSCOPE-LABGeM.jpg",
            "organisationId": "https://catalogue.france-bioinformatique.fr/api/organisation/LABGeM/?format=api"
        }
    ]
}