GET
/journal-entry/journal-entry/{id}/
curl \
--request GET 'http://api.example.com/journal-entry/journal-entry/{id}/'
Response examples (200)
{
"id": 42,
"title": "string",
"content": "string",
"date": "2025-05-04T09:42:00Z",
"category": 42
}