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

{
    "url": "http://collegeguide-api.jakefarrell.ie/notes/7/?format=api",
    "id": 7,
    "title": "Lecture 2 Notes",
    "content": "**Enter your note here!**",
    "created_date": "2025-02-10T13:24:36.562142Z",
    "updated_date": "2025-02-10T13:24:36.562161Z",
    "user": 1,
    "module": "MTH1026",
    "total_word_count": 4,
    "visibility": "Public",
    "likes_count": 1,
    "loves_count": 0
}