Handles creating, reading and updating events.

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

{
    "id": 811,
    "name": "Introduction to R",
    "shortName": "Introduction to R",
    "description": "Objectives\r\n- Understand basic R commands\r\n- Learn how to use the RStudio interface\r\n- Understand the use of R functions\r\n- Be able to perform simple data manipulations\r\n- Be able to create basic visualizations\r\n\r\nCourse Content\r\nI. Introduction\r\n- Getting started with the RStudio environment\r\n- Programming best practices\r\n- Different types and classes of variables\r\n- Functions\r\n\r\nII. Data manipulation with the tidyverse\r\n- Logical operators\r\n- Working with data frames\r\n\r\nIII. Visualization with ggplot2\r\n- Principles\r\n- Simple examples",
    "homepage": "https://pf-bird.univ-nantes.fr/training/r_lang/",
    "is_draft": false,
    "costs": [],
    "topics": [],
    "keywords": [],
    "prerequisites": [],
    "openTo": "Everyone",
    "accessConditions": "",
    "maxParticipants": 20,
    "contacts": [],
    "elixirPlatforms": [],
    "communities": [],
    "sponsoredBy": [],
    "organisedByOrganisations": [],
    "organisedByTeams": [
        {
            "id": 16,
            "name": "BiRD",
            "url": "https://catalogue.france-bioinformatique.fr/api/team/BiRD/?format=api"
        }
    ],
    "logo_url": "https://bird.univ-nantes.io/website/images/logo/logo.svg",
    "updated_at": "2026-09-03T15:03:46.753294Z",
    "type": "Training course",
    "start_date": "2026-10-07",
    "end_date": "2026-10-08",
    "venue": "",
    "city": "Nantes",
    "country": "",
    "geographical_range": "",
    "trainers": [],
    "trainingMaterials": [],
    "computingFacilities": [],
    "realisation_status": "future",
    "registration_opening": "2026-09-01",
    "registration_closing": "2026-10-02",
    "registration_status": "open",
    "courseMode": "Onsite"
}