Handles creating, reading and updating organisations.

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

{
    "count": 101,
    "next": "https://catalogue.france-bioinformatique.fr/api/organisation/?format=api&limit=20&offset=60&ordering=id",
    "previous": "https://catalogue.france-bioinformatique.fr/api/organisation/?format=api&limit=20&offset=20&ordering=id",
    "results": [
        {
            "id": 41,
            "name": "Institut du Cerveau et de la Moelle épinière",
            "description": "",
            "homepage": "",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        },
        {
            "id": 42,
            "name": "UMR 7225-UMR_S 1127",
            "description": "",
            "homepage": "",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        },
        {
            "id": 43,
            "name": "IFB-core",
            "description": "",
            "homepage": "",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        },
        {
            "id": 44,
            "name": "UMS 3601",
            "description": "",
            "homepage": "",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        },
        {
            "id": 45,
            "name": "UMR 454 MEDIS INRA-Université Clermont Auvergne",
            "description": "",
            "homepage": "",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        },
        {
            "id": 46,
            "name": "MMG-GBIT",
            "description": "",
            "homepage": "",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        },
        {
            "id": 47,
            "name": "INSERM U1251",
            "description": "",
            "homepage": "",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        },
        {
            "id": 48,
            "name": "Institut Pasteur",
            "description": "Institut Pasteur",
            "homepage": "http://www.pasteur.fr/en",
            "orgid": "grid.428999.7",
            "fields": [],
            "city": "Paris",
            "logo_url": null
        },
        {
            "id": 49,
            "name": "IGMM",
            "description": "Institut de Génétique Moléculaire de Montpellier",
            "homepage": "http://www.igmm.cnrs.fr/",
            "orgid": "grid.429192.5",
            "fields": [],
            "city": "Montpellier",
            "logo_url": null
        },
        {
            "id": 50,
            "name": "CIRAD",
            "description": "Centre de Coopération Internationale en Recherche Agronomique pour le Développement",
            "homepage": "http://www.cirad.fr/en/home-page",
            "orgid": "grid.8183.2",
            "fields": [],
            "city": "Paris",
            "logo_url": null
        },
        {
            "id": 51,
            "name": "INRA",
            "description": "Institut National de la Recherche Agronomique",
            "homepage": "http://www.inra.org.ma/accueil1.asp?codelangue=23&po=2",
            "orgid": "grid.424661.3",
            "fields": [],
            "city": "Rabat",
            "logo_url": null
        },
        {
            "id": 52,
            "name": "CNRS",
            "description": "French National Centre for Scientific Research",
            "homepage": "http://www.cnrs.fr/index.php",
            "orgid": "grid.4444.0",
            "fields": [],
            "city": "Paris",
            "logo_url": null
        },
        {
            "id": 53,
            "name": "AVIESAN",
            "description": "French National Alliance for Life Sciences and Health",
            "homepage": "http://www.aviesan.fr/en",
            "orgid": "grid.458362.e",
            "fields": [],
            "city": "Paris",
            "logo_url": null
        },
        {
            "id": 54,
            "name": "UM",
            "description": "University of Montpellier",
            "homepage": "http://www.umontpellier.fr/en/",
            "orgid": "grid.121334.6",
            "fields": [],
            "city": "Montpellier",
            "logo_url": null
        },
        {
            "id": 55,
            "name": "University of Nantes",
            "description": "University of Nantes",
            "homepage": "http://www.univ-nantes.fr/",
            "orgid": "grid.4817.a",
            "fields": [],
            "city": "Nantes",
            "logo_url": null
        },
        {
            "id": 56,
            "name": "INSERM",
            "description": "Inserm",
            "homepage": "http://english.inserm.fr/",
            "orgid": "grid.7429.8",
            "fields": [],
            "city": "Paris",
            "logo_url": null
        },
        {
            "id": 57,
            "name": "IFREMER",
            "description": "French Research Institute for Exploitation of the Sea",
            "homepage": "http://wwz.ifremer.fr/institut_eng",
            "orgid": "grid.4825.b",
            "fields": [],
            "city": "Brest",
            "logo_url": null
        },
        {
            "id": 58,
            "name": "CSC",
            "description": "CSC - IT Center for Science (Finland)",
            "homepage": "https://www.csc.fi/",
            "orgid": "grid.20709.3c",
            "fields": [],
            "city": "Espoo",
            "logo_url": null
        },
        {
            "id": 59,
            "name": "LBBE",
            "description": "Biometry and Evolutionary Biology Laboratory",
            "homepage": "https://lbbe.univ-lyon1.fr/?lang=en",
            "orgid": "grid.462854.9",
            "fields": [],
            "city": "Villeurbanne",
            "logo_url": null
        },
        {
            "id": 60,
            "name": "Génétique Physiologie et Systèmes d'Elevage",
            "description": "Génétique Physiologie et Systèmes d'Elevage",
            "homepage": "https://genphyse.toulouse.inra.fr/",
            "orgid": "grid.503181.e",
            "fields": [],
            "city": "Toulouse",
            "logo_url": null
        }
    ]
}