Handles creating, reading and updating organisations.

GET /api/organisation/?format=api&offset=80&ordering=-description
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=-description",
    "results": [
        {
            "id": 13,
            "name": "Formation permanente IRD",
            "description": "",
            "homepage": "",
            "orgid": null,
            "fields": [],
            "city": "",
            "logo_url": ""
        },
        {
            "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": ""
        }
    ]
}