Handles creating, reading and updating organisations.

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

{
    "id": 70,
    "name": "Genoscope",
    "description": "Genoscope",
    "homepage": "http://www.genoscope.cns.fr/",
    "orgid": "grid.434728.e",
    "fields": [],
    "city": "Évry",
    "logo_url": null
}