Handles creating, reading and updating organisations.

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

{
    "count": 83,
    "next": null,
    "previous": "https://catalogue.france-bioinformatique.fr/api/organisation/?format=api&limit=20&offset=60&ordering=-city",
    "results": [
        {
            "id": 1,
            "name": "CNRS formation entreprises",
            "description": "CNRS Formation Entreprises est l’organisme de formation continue du CNRS qui accompagne tous ceux désireux de se former sur des technologies de pointe dans tous domaines, de la biologie à l’énergie en passant par le big data et les enjeux sociétaux.",
            "homepage": "https://cnrsformation.cnrs.fr/",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        },
        {
            "id": 88,
            "name": "BioinfOmics",
            "description": "The BioinfOmics (Bioinformatics for Omics) research infrastructure brings together and coordinates the services offered by four INRAE platforms with expertise in (bio)informatics and (bio)statistics: Plant-Bioinfo PF, MIGALE, GenoToul-Bioinfo, and Sigenae. It is a distributed organization that meets the bioinformatics needs of the life sciences, in a context of massive data production and open science. One of its objectives is to address the challenges of bioinformatics in the fields of agriculture, food, and the environment for a wide variety of animal, plant, and microorganism species.",
            "homepage": "https://bioinfomics.inrae.fr/",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": "https://bioinfomics.inrae.fr/sites/default/files/Logo-IR-BioInfomics.png"
        },
        {
            "id": 9,
            "name": "PRABI",
            "description": "The PRABI is the Rhône-Alpes Bioinformatics Center, a IBiSA regional center member of the ReNaBi (French Network of Bioinformatic platforms). It gathers 12 research teams and/or platforms spread on six different sites. The PRABI has research, service and training activities in a large number of bioinformatics and biostatistics fields.",
            "homepage": "http://www.prabi.fr/",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        }
    ]
}