Get Journal Entries

Retrieve journal entries for an entity with optional filtering by date range

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
The ID of the entity to get journal entries for
monthintegerOptional>=1<=12

Filter by month (1-12)

yearintegerOptional
Filter by year
startDatedateOptional

Start date for filtering (YYYY-MM-DD)

endDatedateOptional

End date for filtering (YYYY-MM-DD)

pageintegerOptional>=1
Page number for pagination
limitintegerOptional>=1<=100
Number of entries per page

Response

Journal entries retrieved successfully
entrieslist of objects or null
totalEntriesinteger or null
totalPagesinteger or null
currentPageinteger or null