List category totals by account
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.
GET
/users/{user_guid}/accounts/{account_guid}/date_range_category_totals
Path Parameters
| Field | Required | Type |
|---|---|---|
user_guid The unique identifier for a | Required | String |
account_guid The unique id for an | Required | String |
Query Parameters
| Field | Required | Type |
|---|---|---|
from_date Filter transactions from this date. This only supports ISO 8601 format without timestamp (YYYY-MM-DD). Defaults to 120 days ago if not provided. | Required | String |
to_date Filter transactions to this date (at midnight). This only supports ISO 8601 format without timestamp (YYYY-MM-DD). Defaults to 5 days forward from the day the request is made to capture pending transactions. | Required | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Loading...