Cash Flow Statement
curl --request POST \
--url https://sandbox.tight.com/v6/reports/cashFlowStatement \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"recipients": {
"emails": [
"<string>"
],
"ccEmails": [
"<string>"
],
"bccEmails": [
"<string>"
]
},
"filter": {
"beginDate": "2025-01-01",
"endDate": "2025-12-31",
"dimensionValues": [
{
"dimensionId": "tdim_439512",
"dimensionValueIds": [
"<string>"
]
}
],
"customerIds": [
"<string>"
]
},
"grouping": {
"period": "MONTHLY",
"dimensionId": "tdim_439512"
}
}
'{
"result": "SUCCESS",
"data": {
"json": [
{
"name": "2025-01-01 to 2025-12-31",
"period": {
"beginDate": "2025-01-01",
"endDate": "2025-12-31"
},
"data": [
{
"name": "Engineering",
"netCashChange": 2181373,
"beginCashBalance": 346979,
"endCashBalance": 2528352,
"operatingActivities": {
"name": "Operating Activities",
"total": 2176273,
"children": [
{
"name": "Net Income",
"total": 1641165
},
{
"accountNo": "11500",
"name": "Accounts Receivable",
"accountId": "gla_167242948",
"total": -4910
},
{
"accountNo": "11700",
"name": "Undeposited Funds",
"accountId": "gla_167242952",
"total": -300
},
{
"accountNo": "21001",
"name": "American Express - Credit Card *3008",
"accountId": "gla_167243197",
"total": -33786
},
{
"accountNo": "21002",
"name": "Wells Fargo - Credit Card *1585",
"accountId": "gla_167243198",
"total": 534358
},
{
"accountNo": "21004",
"name": "American Express - Platinum Card® *2008",
"accountId": "gla_174147300",
"total": 39746
}
]
},
"investingActivities": {
"name": "Investing Activities",
"total": 0,
"children": []
},
"financingActivities": {
"name": "Financing Activities",
"total": 5100,
"children": [
{
"accountNo": "36000",
"name": "Shareholder Distributions",
"accountId": "gla_171128186",
"total": 5100
}
]
}
}
]
}
],
"meta": {
"title": "Cash Flow Statement",
"generatedOn": "2025-12-03T10:30:00",
"generatedBy": "Joe LaForgia",
"footerLine": "Generated on 12/03/2025 at 7:45:55 PM by Joseph LaForgia"
}
},
"error": []
}Reports
Cash Flow Statement
Generate a Cash Flow Statement
POST
/
v6
/
reports
/
cashFlowStatement
Cash Flow Statement
curl --request POST \
--url https://sandbox.tight.com/v6/reports/cashFlowStatement \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"recipients": {
"emails": [
"<string>"
],
"ccEmails": [
"<string>"
],
"bccEmails": [
"<string>"
]
},
"filter": {
"beginDate": "2025-01-01",
"endDate": "2025-12-31",
"dimensionValues": [
{
"dimensionId": "tdim_439512",
"dimensionValueIds": [
"<string>"
]
}
],
"customerIds": [
"<string>"
]
},
"grouping": {
"period": "MONTHLY",
"dimensionId": "tdim_439512"
}
}
'{
"result": "SUCCESS",
"data": {
"json": [
{
"name": "2025-01-01 to 2025-12-31",
"period": {
"beginDate": "2025-01-01",
"endDate": "2025-12-31"
},
"data": [
{
"name": "Engineering",
"netCashChange": 2181373,
"beginCashBalance": 346979,
"endCashBalance": 2528352,
"operatingActivities": {
"name": "Operating Activities",
"total": 2176273,
"children": [
{
"name": "Net Income",
"total": 1641165
},
{
"accountNo": "11500",
"name": "Accounts Receivable",
"accountId": "gla_167242948",
"total": -4910
},
{
"accountNo": "11700",
"name": "Undeposited Funds",
"accountId": "gla_167242952",
"total": -300
},
{
"accountNo": "21001",
"name": "American Express - Credit Card *3008",
"accountId": "gla_167243197",
"total": -33786
},
{
"accountNo": "21002",
"name": "Wells Fargo - Credit Card *1585",
"accountId": "gla_167243198",
"total": 534358
},
{
"accountNo": "21004",
"name": "American Express - Platinum Card® *2008",
"accountId": "gla_174147300",
"total": 39746
}
]
},
"investingActivities": {
"name": "Investing Activities",
"total": 0,
"children": []
},
"financingActivities": {
"name": "Financing Activities",
"total": 5100,
"children": [
{
"accountNo": "36000",
"name": "Shareholder Distributions",
"accountId": "gla_171128186",
"total": 5100
}
]
}
}
]
}
],
"meta": {
"title": "Cash Flow Statement",
"generatedOn": "2025-12-03T10:30:00",
"generatedBy": "Joe LaForgia",
"footerLine": "Generated on 12/03/2025 at 7:45:55 PM by Joseph LaForgia"
}
},
"error": []
}Authorizations
Bearer authentication header of the form Bearer <token>, see Authentication for more detail.
Body
application/json
Export format for the report
Available options:
JSON, PDF, XLSX Email recipients for the report
Show child attributes
Show child attributes
Accounting method to generate the report in. Defaults to the company's configured accounting method.
Available options:
ACCRUAL, CASH Filters to apply to the report
Show child attributes
Show child attributes
Grouping options for the report
Show child attributes
Show child attributes
⌘I