Get timeline for accountAsk AIget https://api.finx-s.qwist.cloud/rest/accounts/{account-id}/timelineAggregated account characteristics are calculated for a single account.Path Paramsaccount-idstringrequiredfinX ID of account.Query ParamssincestringLimit the transactions included in the aggregation to have a booking date newer than including this date. If not specified the booking date of the oldest transaction is used instead. The format can be either YYYY, YYYY-mm or YYYY-mm-dd.untilstringLimit the transactions included in the aggregation to have a booking date older than including this date. If not specified the current date is used. The format can be either YYYY, YYYY-mm or YYYY-mm-dd.frequencystringenumDefaults to monthlyDefines the frequency that is being used for sampling the data points.dailyweeklymonthlyquarterlyyearlyAllowed:dailyweeklymonthlyquarterlyyearlycategoriesstringComma-separated list of category IDs. Only transactions matching these categories will be selected.payment_partnersstringComma-separated list of payment partner IDs. Only transactions corresponding to these payment partners will be selected.Responses 200Transaction timeline. 400Bad request. 401You are not authorized.Updated 7 months ago