GET /notes/6/?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/6/?format=api",
    "id": 6,
    "title": "Exam Prep I made!",
    "content": "### Exam topics:\n\n> - Algebra\n> - Maths\n> - More Maths",
    "created_date": "2025-02-10T13:24:34.048461Z",
    "updated_date": "2025-02-10T13:25:40.819492Z",
    "user": 1,
    "module": "MTH1026",
    "total_word_count": 13,
    "visibility": "Public",
    "likes_count": 1,
    "loves_count": 1
}