Get Journal Entries
Retrieve journal entries for an entity with optional filtering by date range
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
entityId
The ID of the entity to get journal entries for
month
Filter by month (1-12)
year
Filter by year
startDate
Start date for filtering (YYYY-MM-DD)
endDate
End date for filtering (YYYY-MM-DD)
page
Page number for pagination
limit
Number of entries per page
Response
Journal entries retrieved successfully
entries
totalEntries
totalPages
currentPage