Get Journal Entries

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

Authentication

AuthorizationBearer

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
monthintegerOptional1-12

Filter by month (1-12)

yearintegerOptional
Filter by year
startDatestringOptionalformat: "date"

Start date for filtering (YYYY-MM-DD)

endDatestringOptionalformat: "date"

End date for filtering (YYYY-MM-DD)

pageintegerOptional>=1
Page number for pagination
limitintegerOptional1-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

Errors