Handles creating, reading and updating organisations.

GET /api/organisation/IGBMC/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 83,
    "name": "IGBMC",
    "description": "Institut de Génétique et de Biologie Moléculaire et Cellulaire",
    "homepage": "http://www.igbmc.fr/",
    "orgid": "grid.420255.4",
    "fields": [],
    "city": "Illkirch Graffenstaden",
    "logo_url": null
}