Handles creating, reading and updating organisations.

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

{
    "count": 101,
    "next": null,
    "previous": "https://catalogue.france-bioinformatique.fr/api/organisation/?format=api&limit=20&offset=80&ordering=fields",
    "results": [
        {
            "id": 27,
            "name": "UMR-S 973",
            "description": "",
            "homepage": "",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        },
        {
            "id": 93,
            "name": "Université de Reims Champagne-Ardenne",
            "description": "Université de Reims Champagne-Ardenne",
            "homepage": "https://www.univ-reims.fr/",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": null
        },
        {
            "id": 11,
            "name": "Parcours BCD",
            "description": "",
            "homepage": "https://sns.edu.umontpellier.fr/fr/master-sciences-numerique-pour-la-sante-montpellier/bcd/",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        },
        {
            "id": 39,
            "name": "URGI - UR1164",
            "description": "",
            "homepage": "",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        },
        {
            "id": 17,
            "name": "UMS 23",
            "description": "",
            "homepage": "",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        },
        {
            "id": 66,
            "name": "UDL",
            "description": "University of Lille",
            "homepage": "https://www.univ-lille.fr/home/",
            "orgid": "grid.503422.2",
            "fields": [],
            "city": "Lille",
            "logo_url": null
        },
        {
            "id": 89,
            "name": "PLBS",
            "description": "Plateformes Lilloises en Biologie et Santé",
            "homepage": "https://ums-plbs.univ-lille.fr/",
            "orgid": null,
            "fields": [],
            "city": "Lille",
            "logo_url": null
        }
    ]
}