Open Bank Project |
OBP v4.0.0 filtered by tag: Data-Warehouse (2 APIs)
API Host: https://api.openbankproject.com
BankAccountsViewsCounterpartiesTransactionsData Warehouse SearchSearch the data warehouse and get row level results. Authentication is Mandatory CanSearchWarehouse entitlement is required. You can request the Role below. Elastic (search) is used in the background. See links below for syntax. Examples of usage: POST /search/warehouse/THE_INDEX_YOU_WANT_TO_USE POST /search/warehouse/INDEX1,INDEX2 POST /search/warehouse/ALL { Any valid elasticsearch query DSL in the body } Typical Successful Response:
Headers:
Required Roles:
Possible Errors:
Connector Methods:
Implemented in OBPv3.0.0 by dataWarehouseSearch
Data Warehouse StatisticsSearch the data warehouse and get statistical aggregations over a warehouse field Does a stats aggregation over some numeric field: Authentication is Mandatory CanSearchWarehouseStats Role is required. You can request this below. Elastic (search) is used in the background. See links below for syntax. Examples of usage: POST /search/warehouse/statistics/INDEX/FIELD POST /search/warehouse/statistics/ALL/FIELD { Any valid elasticsearch query DSL in the body } Typical Successful Response:
Headers:
Required Roles:
Possible Errors:
Connector Methods:
Implemented in OBPv3.0.0 by dataWarehouseStatistics
|