Handles creating, reading and updating events.

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

{
    "id": 601,
    "name": "Introduction to Linux",
    "shortName": "Introduction to Linux - BiRD",
    "description": "Objectives\r\n- Understand the principles and advantages of the Linux system\r\n- Know and use the main bash commands. Ability to chain multiple commands using pipes\r\n- Launch programs with arguments\r\n- Gain independence to perform command line analyses\r\n\r\nPedagogical Content\r\n- Introduction to the Linux system.\r\n- File system: directory structure, paths, home directory, file and directory management.\r\n- Principle of protections: reading file attributes, access rights, management of user groups.\r\n- Shell usage: command reminders, input/output redirection, history, completion, launching programs with arguments.\r\n- Commands relevant to bioinformatics: grep, cut, sed, sort, more, etc.\r\n- Connection (ssh) - how to start a session from Linux or Windows PowerShell",
    "homepage": "https://pf-bird.univ-nantes.fr/training/",
    "is_draft": false,
    "costs": [
        "Priced"
    ],
    "topics": [
        "http://edamontology.org/topic_0605"
    ],
    "keywords": [],
    "prerequisites": [],
    "openTo": "Everyone",
    "accessConditions": "",
    "maxParticipants": 12,
    "contacts": [
        "https://catalogue.france-bioinformatique.fr/api/userprofile/596/?format=api"
    ],
    "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": "2024-02-19T09:37:34.209594Z",
    "type": "Training course",
    "start_date": "2024-03-18",
    "end_date": "2024-03-18",
    "venue": "Faculté de Pharmacie - Salle 450, 4ème étage",
    "city": "Nantes",
    "country": "",
    "geographical_range": "National",
    "trainers": [],
    "trainingMaterials": [],
    "computingFacilities": [],
    "realisation_status": "past",
    "registration_opening": "2024-02-08",
    "registration_closing": "2024-03-15",
    "registration_status": "closed",
    "courseMode": "Onsite"
}