Getting Started

Sections

Theme switcher

List Balance Sheet Reports

Header Parameters

Authorizationstring
x-client-idstring
x-timestampstring
x-signaturestring
Content-Typestring

Query Parameters

pagenumber
limitnumber
sortBystring
sortOrderstring
searchstring

Response

200
Object
{ "status": "success", "message": "Balance sheet reports retrieved successfully", "data": { "reports": [ { "reportId": 88888, "reportTitle": "Year-End Balance Sheet 2024", "asOfDate": "2024-12-31", "reportType": "accrual", "currency": "USD", "summary": { "totalAssets": 500000.00, "totalLiabilities": 200000.00, "totalEquity": 300000.00, "currentRatio": 4.0 }, "createdAt": "2024-12-31T23:59:59Z", "createdBy": "John Doe" } ], "pagination": { "currentPage": 1, "totalPages": 3, "totalReports": 45, "limit": 20 } } }
Was this section helpful?

/

Select
1

Response

Was this section helpful?
View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot