GET
/
accounting
/
cashflowstatements
/
{id}

Authorizations

x-api-key
string
header
required

Headers

x-connection-token
string
required

The connection token

Path Parameters

id
string
required

id of the cashflowstatement you want to retrieve.

Query Parameters

remote_data
boolean

Set to true to include data from the original Accounting software.

Response

200 - application/json
cash_at_beginning_of_period
number | null

The cash balance at the beginning of the period

cash_at_end_of_period
number | null

The cash balance at the end of the period

company_id
string | null

The UUID of the associated company

created_at
string | null

The created date of the cash flow statement record

currency
string | null

The currency used in the cash flow statement

end_period
string | null

The end date of the period covered by the cash flow statement

field_mappings
object | null

The custom field mappings of the object between the remote 3rd party & Panora

id
string | null

The UUID of the cash flow statement record

line_items
object[]

The report items associated with this cash flow statement

modified_at
string | null

The last modified date of the cash flow statement record

name
string | null

The name of the cash flow statement

remote_data
object | null

The remote data of the cash flow statement in the context of the 3rd Party

remote_generated_at
string | null

The date when the cash flow statement was generated in the remote system

remote_id
string | null

The remote ID of the cash flow statement in the context of the 3rd Party

start_period
string | null

The start date of the period covered by the cash flow statement