Handles creating, reading and updating training materials.

GET /api/trainingmaterial/Welcome%20message/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 30,
    "name": "Welcome message",
    "description": "Presentation of the workshop (Chairman: Claudine Médigue)\n",
    "communities": [],
    "elixirPlatforms": [],
    "doi": null,
    "fileLocation": "http://www.france-bioinformatique.fr/sites/default/files/videos/scorms/metagenomics16/session_1/welcome_message/scormcontent/index.html",
    "fileName": "missing.txt",
    "topics": [],
    "keywords": [
        "Metagenomics",
        "biohackaton"
    ],
    "audienceTypes": [],
    "audienceRoles": [],
    "difficultyLevel": "",
    "providedBy": [],
    "dateCreation": "2016-12-15",
    "dateUpdate": null,
    "licence": "CC BY-NC-ND",
    "maintainers": [
        "https://catalogue.france-bioinformatique.fr/api/userprofile/187/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/userprofile/664/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/userprofile/431/?format=api"
    ]
}