GET
/journal-entry/category/<int:item-id>/{id}/
curl \
--request GET 'http://api.example.com/journal-entry/category/<int:item-id>/{id}/'
Response examples (200)
{
"id": 42,
"name": "string",
"user": 42
}