Handles creating, reading and updating organisations.

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

{
    "id": 84,
    "name": "ICube",
    "description": "Laboratoire des Sciences de l'Ingénieur, de l'Informatique et de l'Imagerie",
    "homepage": "https://icube.unistra.fr/",
    "orgid": "grid.463766.6",
    "fields": [],
    "city": "Illkirch Graffenstaden",
    "logo_url": null
}