Handles creating, reading and updating events.

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

{
    "id": 49,
    "name": "Cours Programmation Scientifique en Python",
    "shortName": "",
    "description": "Cours de programmation scientifique en Python",
    "homepage": "https://www.pasteur.fr/fr/programmation-scientifique-python",
    "is_draft": false,
    "costs": [],
    "topics": [],
    "keywords": [],
    "prerequisites": [],
    "openTo": "Internal personnel",
    "accessConditions": "being an internal member of the personnel",
    "maxParticipants": null,
    "contacts": [],
    "elixirPlatforms": [],
    "communities": [],
    "sponsoredBy": [],
    "organisedByOrganisations": [],
    "organisedByTeams": [],
    "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/150x150.png",
    "updated_at": "2024-06-10T12:38:54.635177Z",
    "type": "Training course",
    "start_date": "2017-03-26",
    "end_date": "2017-03-30",
    "venue": "",
    "city": "Institut Pasteur",
    "country": "",
    "geographical_range": "",
    "trainers": [],
    "trainingMaterials": [],
    "computingFacilities": [],
    "realisation_status": "past",
    "registration_opening": null,
    "registration_closing": null,
    "registration_status": "unknown",
    "courseMode": "Online"
}