Nexus API
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).
Path Parameters
| Field | Required | Type |
|---|---|---|
start_date 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. | Required | String |
end_date 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. | Required | String |
Query Parameters
| Field | Required | Type |
|---|---|---|
account_guid Return totals for transactions belonging only to the specified account GUID. | Optional | String |
account_guid[] Return totals for transactions that belong to any of the specified array of account GUID. | Optional | String |