Handles creating, reading and updating organisations.

GET /api/organisation/?format=api&offset=100&ordering=-name
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=-name",
    "results": [
        {
            "id": 77,
            "name": "ABiMS",
            "description": "The Analysis and Bioinformatics for Marine Science Platform hosted by the Station Biologique de Roscoff",
            "homepage": "http://abims.sb-roscoff.fr",
            "orgid": null,
            "fields": [],
            "city": "Roscoff",
            "logo_url": "http://abims.sb-roscoff.fr/sites/abims.sb-roscoff.fr/files/logos/abims/abims.png"
        }
    ]
}