Handles creating, reading and updating organisations.

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

{
    "id": 50,
    "name": "CIRAD",
    "description": "Centre de Coopération Internationale en Recherche Agronomique pour le Développement",
    "homepage": "http://www.cirad.fr/en/home-page",
    "orgid": "grid.8183.2",
    "fields": [],
    "city": "Paris",
    "logo_url": null
}