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": 82,
    "next": null,
    "previous": "https://catalogue.france-bioinformatique.fr/api/organisation/?format=api&limit=20&offset=60&ordering=-id",
    "results": [
        {
            "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": ""
        }
    ]
}