Handles creating, reading and updating event sponsors.

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

{
    "count": 22,
    "next": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/?format=api&limit=20&offset=20&ordering=-homepage",
    "previous": null,
    "results": [
        {
            "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
        },
        {
            "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": 19,
            "name": "Sorbonne Université",
            "homepage": "https://www.sorbonne-universite.fr/",
            "logo_url": null,
            "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
        },
        {
            "id": 18,
            "name": "IBiSA",
            "homepage": "https://www.ibisa.net/",
            "logo_url": "https://www.ibisa.net/ai/logo_ibisa.png",
            "organisationId": "https://catalogue.france-bioinformatique.fr/api/organisation/IBISA/?format=api"
        },
        {
            "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"
        },
        {
            "id": 21,
            "name": "H2020-AGENT",
            "homepage": "https://agent-project.eu/",
            "logo_url": "https://agent-project.eu/",
            "organisationId": null
        },
        {
            "id": 9,
            "name": "CNRS formation entreprises",
            "homepage": "",
            "logo_url": null,
            "organisationId": null
        },
        {
            "id": 10,
            "name": "Centre de génomique fonctionnelle de Bordeaux (CGFB)",
            "homepage": "",
            "logo_url": null,
            "organisationId": null
        },
        {
            "id": 11,
            "name": "CNRS",
            "homepage": "",
            "logo_url": null,
            "organisationId": null
        },
        {
            "id": 1,
            "name": "CNRS - IFB",
            "homepage": "",
            "logo_url": null,
            "organisationId": null
        },
        {
            "id": 13,
            "name": "Aviesan",
            "homepage": "",
            "logo_url": null,
            "organisationId": null
        },
        {
            "id": 14,
            "name": "Inserm",
            "homepage": "",
            "logo_url": null,
            "organisationId": null
        },
        {
            "id": 12,
            "name": "INCEPTION",
            "homepage": "",
            "logo_url": null,
            "organisationId": null
        },
        {
            "id": 2,
            "name": "INRA - Ingénum",
            "homepage": "",
            "logo_url": null,
            "organisationId": null
        },
        {
            "id": 3,
            "name": "IFB",
            "homepage": "",
            "logo_url": null,
            "organisationId": null
        },
        {
            "id": 4,
            "name": "PROFI",
            "homepage": "",
            "logo_url": null,
            "organisationId": null
        },
        {
            "id": 5,
            "name": "Elixir EXCELERATE project",
            "homepage": "",
            "logo_url": null,
            "organisationId": null
        },
        {
            "id": 6,
            "name": "CNRS formation entreprise",
            "homepage": "",
            "logo_url": null,
            "organisationId": null
        }
    ]
}