List bank statementsCopy Pageget https://api.atlar.com/connectivity/v2beta/connections/{cid}/reports/{id}/bank-statementsList bank statements.Path ParamscidstringrequiredAtlar connection ID.idstringrequiredAtlar resource ID.Query Paramslimitinteger1 to 500Defaults to 100Limit the number of items in resulting query response.tokenstringIf a query response contains a non-empty nextToken, use that value as token query parameter to continue pagination.account_idstringlength between 32 and 64The account ID to filter for.typestringenumThe statement period type to filter for.EODYNONEAllowed:EODYNONEfromdateThe from date to filter for. Returns all statements that contain transactions after or equal to this date.todateThe to date to filter for. Returns all statements that contain transactions before or equal to this date.Responses 200List of bank statements. 404Resource not found.Updated 4 days ago