income statements retrieve

GET {{baseUrl}}/income-statements/:id

Returns an IncomeStatement object with the given id.

Request Params

KeyDatatypeRequiredDescription
include_remote_databooleanWhether to include the original data Merge fetched from the third-party to produce these models.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

RESPONSES

status: OK

{"id":"0958cbc6-6040-430a-848e-aafacbadf4ae","remote_id":"1342348","name":"IncomeStatement","start_period":"2002-04-22T11:39:29.815Z","end_period":"2001-11-19T06:36:47.656Z","income":[{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"do7":{},"estc":{}}},{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"magna_7c":{},"esse_":{}}}],"cost_of_sales":[{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"non3":{},"in_7":{}}},{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"consequat_4":{},"culpa_7fb":{}}}],"gross_profit":300,"operating_expenses":[{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"aliquip4e":{},"consectetur_14a":{}}},{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"Ut_f6":{},"pariatur_e7d":{},"culpa_34":{},"culpad":{}}}],"net_operating_income":200,"non_operating_expenses":[{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"mollita":{},"enim_0":{},"anim_9fb":{}}},{"remote_id":"10299","name":"Revenue","value":1000,"sub_items":{"essea8b":{},"deserunt___":{}}}],"net_income":100}