Journal entry category list

GET /journal-entry/category/

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • id integer Required
    • name string Required

      Maximum length is 50.

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