Handles creating, reading and updating organisations.

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

{
    "id": 71,
    "name": "UEVE",
    "description": "University of Évry Val d'Essonne",
    "homepage": "http://www.univ-evry.fr/en/index.html",
    "orgid": "grid.8390.2",
    "fields": [],
    "city": "Évry",
    "logo_url": null
}