Handles creating, reading and updating organisations.

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

{
    "id": 53,
    "name": "AVIESAN",
    "description": "French National Alliance for Life Sciences and Health",
    "homepage": "http://www.aviesan.fr/en",
    "orgid": "grid.458362.e",
    "fields": [],
    "city": "Paris",
    "logo_url": null
}