Handles creating, reading and updating organisations.

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

{
    "id": 108,
    "name": "Genotoul",
    "description": "Genotoul is the network of cutting-edge technology platforms in Toulouse, serving research, innovation and development in the life sciences: biology, agronomy, health, the environment, etc.",
    "homepage": "https://www.genotoul.fr/",
    "orgid": null,
    "fields": [],
    "city": "",
    "logo_url": null
}