Handles creating, reading and updating organisations.

GET /api/organisation/?format=api&offset=100&ordering=logo_url
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=logo_url",
    "results": [
        {
            "id": 55,
            "name": "University of Nantes",
            "description": "University of Nantes",
            "homepage": "http://www.univ-nantes.fr/",
            "orgid": "grid.4817.a",
            "fields": [],
            "city": "Nantes",
            "logo_url": null
        }
    ]
}