balance sheets retrieve
GET {{baseUrl}}/balance-sheets/:id
Returns a BalanceSheet
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"id":"9871b4a9-f5d2-4f3b-a66b-dfedbed42c46","remote_id":"8937018","name":"BalanceSheet","date":"1964-10-17T16:18:25.222Z","net_assets":1000,"assets":[{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"sita":{},"laboris_e":{},"eub":{}}},{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"enim_1":{},"amet4":{}}}],"liabilities":[{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"inb84":{},"magna8e":{}}},{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"exercitation5":{},"eiusmodc3d":{},"qui_f":{}}}],"equity":[{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"culpa__43":{},"mollit_6":{}}},{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"quis_14":{}}}],"remote_generated_at":"2021-10-01T00:00:00Z"}