v1

latestOpenAPI 3.0.02026-07-22132134279.3 KB
categories

List category totals between two dates

Returns a list of categories that have transactions dated within the provided date range, and the total of all transactions that belong to each category. A single account GUID can be specified by providing an account_guid parameter. An array of account GUIDs can be specified by providing a series of account_guid[] parameters. Dates should be in ISO 8601 format (2013-10-25).

get/date_range_category_totals/from/{start_date}/to/{end_date}

Path parameters

start_datestring required

The start date of the window for which transactions will be returned. Given in ISO 8106 format without a timestamp, e.g., 2013-10-25.

end_datestring required

The end date of the window for which transactions will be returned. Given in ISO 8106 format without a timestamp, e.g., 2013-10-25.

Query parameters

account_guidstring

Return totals for transactions belonging only to the specified account GUID.

account_guid[]string

Return totals for transactions that belong to any of the specified array of account GUID.

Response

OK