Handles creating, reading and updating organisations.

GET /api/organisation/the%20Alliance%20of%20Bioversity%20International%20and%20CIAT/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 86,
    "name": "the Alliance of Bioversity International and CIAT",
    "description": "The Alliance delivers research-based solutions that harness agricultural biodiversity and sustainably transform food systems to improve people’s lives.",
    "homepage": "https://www.bioversityinternational.org",
    "orgid": null,
    "fields": [],
    "city": "",
    "logo_url": "https://www.bioversityinternational.org/typo3conf/ext/bioversity_package/Resources/Public/Images/Logo-Bioversity-92px-106px.png"
}