Get Income Statement
Returns account activity (revenue and expense movement) within the start_date-end_date range, split by cadence.
Unlike the balance sheet, the income statement reflects only the activity that falls inside the requested date range - start_date is the true start of the activity window.
Breakdowns: supports entity, department, vendor, and tag breakdowns/filters via group_by (pass group with a tag group ID when grouping by tag).
Authorizations
Token-based authentication with required prefix "Token"
Query Parameters
daily, monthly, quarterly, weekly, yearly Latest date (inclusive) for which to retrieve data. Defaults to end of current month
Entity ID(s) to scope the report. Can be repeated (?entity=1&entity=2) or JSON array
If true, includes all data of children entities in consolidation
Earliest date (inclusive) for which to retrieve data. Defaults to six months ago