GET /notes/22/?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/22/?format=api",
    "id": 22,
    "title": "Someone else's note",
    "content": "hello",
    "created_date": "2025-02-16T19:14:07.103928Z",
    "updated_date": "2025-02-16T19:14:07.103953Z",
    "user": 29,
    "module": "MTH1026",
    "total_word_count": 1,
    "visibility": "Public",
    "likes_count": 0,
    "loves_count": 0
}