Handles creating, reading and updating training materials.

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

{
    "id": 1,
    "name": "SG-ONT-slides",
    "description": "Slides used for the training \"\t\r\nIntroduction to Oxford Nanopore Technology data analyses\"",
    "communities": [],
    "elixirPlatforms": [],
    "doi": null,
    "fileLocation": "https://southgreenplatform.github.io/trainings//files/ont_2021.pdf",
    "fileName": "ont_2021.pdf",
    "topics": [],
    "keywords": [],
    "audienceTypes": [],
    "audienceRoles": [],
    "difficultyLevel": "",
    "providedBy": [],
    "dateCreation": "2022-01-24",
    "dateUpdate": "2022-01-24",
    "licence": "Creative Commons Attribution 4.0 International License",
    "maintainers": []
}