Retrieve a Bookkeeping Entry Set
get/bookkeeping_entry_sets/{bookkeeping_entry_set_id}
Path parameters
bookkeeping_entry_set_idstring required
The identifier of the Bookkeeping Entry Set.
Response
Bookkeeping Entry Set
Example response
{
"created_at": "2023-02-11T02:11:59Z",
"date": "2020-01-31T23:59:59Z",
"entries": [
{
"account_id": "bookkeeping_account_e37p1f1iuocw5intf35v",
"amount": 1750,
"id": "bookkeeping_entry_ctjpajsj3ks2blx10375"
},
{
"account_id": "bookkeeping_account_e37p1f1iuocw5intf35v",
"amount": -1750,
"id": "bookkeeping_entry_ctjpajsj3ks2blx10375"
}
],
"id": "bookkeeping_entry_set_n80c6wr2p8gtc6p4ingf",
"idempotency_key": null,
"transaction_id": null,
"type": "bookkeeping_entry_set"
}