Handles creating, reading and updating organisations.

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

{
    "id": 52,
    "name": "CNRS",
    "description": "French National Centre for Scientific Research",
    "homepage": "http://www.cnrs.fr/index.php",
    "orgid": "grid.4444.0",
    "fields": [],
    "city": "Paris",
    "logo_url": null
}