Handles creating, reading and updating events.

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

{
    "id": 555,
    "name": "Linux for Dummies 2023",
    "shortName": "",
    "description": "This course offers an introduction to work with Linux. We will describe the Linux environment, the first linux commands so participants can start to utilize command-line tools and feel comfortable using bioinformatics softwares through a linux terminal",
    "homepage": "https://southgreenplatform.github.io/trainings//linux/",
    "is_draft": false,
    "costs": [
        "Free"
    ],
    "topics": [],
    "keywords": [],
    "prerequisites": [
        "none"
    ],
    "openTo": "Internal personnel",
    "accessConditions": "Open to South Green close collaborators",
    "maxParticipants": 17,
    "contacts": [],
    "elixirPlatforms": [],
    "communities": [],
    "sponsoredBy": [],
    "organisedByOrganisations": [],
    "organisedByTeams": [
        {
            "id": 24,
            "name": "South Green",
            "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api"
        }
    ],
    "logo_url": "https://southgreenplatform.github.io/trainings//images/southgreenlong.png",
    "updated_at": "2023-12-04T15:37:57.131072Z",
    "type": "Training course",
    "start_date": "2023-04-06",
    "end_date": "2023-04-07",
    "venue": "",
    "city": "Montpellier",
    "country": "France",
    "geographical_range": "Local",
    "trainers": [
        "https://catalogue.france-bioinformatique.fr/api/userprofile/731/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/userprofile/732/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/userprofile/519/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/userprofile/589/?format=api"
    ],
    "trainingMaterials": [],
    "computingFacilities": [],
    "realisation_status": "past",
    "registration_opening": null,
    "registration_closing": null,
    "registration_status": "unknown",
    "courseMode": "Onsite"
}