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