GET /notes/555/?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/555/?format=api",
"id": 555,
"title": "Various hotel office trip general.",
"content": "Thousand administration maintain old.",
"created_date": "2025-02-20T23:30:00.591900Z",
"updated_date": "2025-02-20T23:30:00.591926Z",
"user": 566,
"module": "MTH1065",
"total_word_count": 4,
"visibility": "Private",
"likes_count": 0,
"loves_count": 0
}