Fetch Journal Entry
GET/v1/entities/:entity_id/journal_entries/:journal_entry_id
Retrieves the details of a journal entry that has previously been created. Supply the unique entity ID and journal entry ID that was returned from your previous request, and Bookkeep will return the corresponding journal entry information. Authentication
Request
Responses
- 200
- 401
- 404
Returns a journal entry if a valid identifier was provided.
HTTP Basic: Access denied.
Returns an error if an invalid identifier was provided.