cURL
curl --request POST \ --url https://sandbox.tight.com/v6/reports/trialBalance \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "grouping": { "date": "MONTHLY", "classSegmentLabelId": "cll_439512" }, "filters": { "beginDate": "2025-01-01", "endDate": "2025-12-31", "classSegmentIds": [ "<string>" ] }, "exportType": "JSON", "recipients": { "emails": [ "<string>" ], "ccEmails": [ "<string>" ], "bccEmails": [ "<string>" ] } } '
{ "result": "SUCCESS", "data": { "json": [ { "name": "Jan 2025", "period": { "beginDate": "2023-12-25", "endDate": "2023-12-25" }, "glAccount": { "id": "gla_38560327", "name": "Officer(s) Salaries and Wages", "accountNo": "60210", "type": "EXPENSE", "iconUrl": "https://cdn.sandbox.tight.com/icons/glAccountTypes/expense.png" }, "drAmount": 500000, "crAmount": 300000, "endingBalance": 200000 } ], "url": "<string>", "meta": { "title": "<string>", "generatedOn": "2023-11-07T05:31:56Z", "generatedBy": "John Doe", "footerLine": "Generated by Tight" } } }
Generate a Trial Balance Report
Bearer authentication header of the form Bearer <token>, see Authentication for more detail.
Bearer <token>
Grouping options for the balance sheet report
Show child attributes
Filters to apply to the balance sheet report
Export format for the balance sheet report
JSON
PDF
XLSX
Email recipients for the balance sheet report
Success
The result of the action performed.
SUCCESS
FAILURE
The data generated by the action performed.