Entities | Build with Bookkeep

Entities

📄️ List entities

Returns a list of entities you've previously created. The entities are returned in sorted order, with the most recent entities appearing first.

Documentation Link

📄️ Fetch entity detail

Retrieves the details of an entity that has previously been created. Supply the unique entity ID that was returned from your previous request, and Bookkeep will return the corresponding entity information.

Documentation Link

📄️ Fetch entity summary

A dictionary with a data property that contains an array of summaries broken down by report and currency. Each entry in the array is a separate report-summary object. If no reports are available, the resulting array will be empty.

Documentation Link