List journal entries
Lists journal entries the caller can see. Results are filtered by the caller's accessible organizations; many routes paginate via page and limit.
Scope: accounting:read
Endpoint: GET /api/journal-entries
Example request
curl "https://app.guliel.com/api/journal-entries?organizationId=value" \
-H "Authorization: Bearer $GULIEL_API_KEY"Query parameters
organizationIdreqstringfromstringtostring
Response (200/201)
journalEntriesreqarray<object>idreqstringorganizationIdreqstringdatereqstringmemoreqstring | nullcreatedAtreqstringpostingsreqarray<object>idreqstringaccountreqenum<15>CASH · AR · AP · REVENUE · EXPENSE · TAX_PAYABLE · TAX_RECEIVABLE · EQUITY · PREPAID_EXPENSE · DEFERRED_REVENUE · SALARY_EXPENSE · STATUTORY_EXPENSE · +3 moredebitreqnumbercreditreqnumber
Error responses
400 | Validation |
401 | Unauthenticated |
403 | Forbidden |
500 | Internal |