Handles creating, reading and updating organisations.

GET /api/organisation/?format=api&offset=80&ordering=-id
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=-id",
    "results": [
        {
            "id": 3,
            "name": "CGFB",
            "description": "Since 2002, the Center for Functional Genomics in Bordeaux (CGFB) has brought together seven scientific and technological platforms for the study of living things at the cellular and molecular level. In 2019, work was carried out at the University of Bordeaux around research platforms in parallel with the creation of new departments. It made it possible to achieve the federation of these scientific and technological tools, via the labeling of 27 of them. A new federation has taken over from the CGFB to become Bordeaux Research Facilities. This federation is flexible and scalable to allow the integration of new platforms/facilities to take into account the emergence of new technologies.",
            "homepage": "https://cgfb.u-bordeaux.fr/",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        },
        {
            "id": 2,
            "name": "LaBRI",
            "description": "Laboratoire Bordelais de Recherche en Informatique",
            "homepage": "http://www.labri.fr/index.php?n=Main.HomePage?userlang=en",
            "orgid": "grid.503269.b",
            "fields": [],
            "city": "Talence",
            "logo_url": ""
        },
        {
            "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": ""
        }
    ]
}