budgea_client 5.0.4 → 5.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +19 -6
- data/budgea_openapi.json +1605 -1319
- data/config.json +1 -1
- data/docs/Account.md +1 -0
- data/docs/AdministrationApi.md +12 -12
- data/docs/BanksApi.md +263 -18
- data/docs/ConnectionsApi.md +251 -6
- data/docs/DocumentsApi.md +2 -2
- data/docs/InlineResponse20016.md +1 -1
- data/docs/InlineResponse20017.md +1 -1
- data/docs/InlineResponse20018.md +1 -1
- data/docs/InlineResponse20019.md +1 -1
- data/docs/InlineResponse20020.md +1 -1
- data/docs/InlineResponse20021.md +1 -1
- data/docs/InlineResponse20022.md +1 -1
- data/docs/InlineResponse20023.md +1 -1
- data/docs/InlineResponse20024.md +1 -1
- data/docs/InlineResponse20025.md +1 -1
- data/docs/InlineResponse20026.md +1 -1
- data/docs/InlineResponse20027.md +1 -1
- data/docs/InlineResponse20028.md +1 -1
- data/docs/InlineResponse20029.md +1 -1
- data/docs/InlineResponse20030.md +1 -1
- data/docs/PFMApi.md +9 -9
- data/docs/ProvidersApi.md +253 -8
- data/docs/TermsApi.md +72 -7
- data/docs/TransfersApi.md +24 -24
- data/docs/UsersManagementApi.md +2 -2
- data/docs/WealthApi.md +53 -37
- data/lib/budgea_client/api/administration_api.rb +13 -13
- data/lib/budgea_client/api/banks_api.rb +273 -27
- data/lib/budgea_client/api/connections_api.rb +255 -9
- data/lib/budgea_client/api/documents_api.rb +3 -3
- data/lib/budgea_client/api/pfm_api.rb +11 -11
- data/lib/budgea_client/api/providers_api.rb +258 -12
- data/lib/budgea_client/api/terms_api.rb +75 -9
- data/lib/budgea_client/api/transfers_api.rb +36 -36
- data/lib/budgea_client/api/users_management_api.rb +3 -3
- data/lib/budgea_client/api/wealth_api.rb +77 -53
- data/lib/budgea_client/models/account.rb +12 -1
- data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_17.rb +18 -18
- data/lib/budgea_client/models/inline_response_200_18.rb +18 -18
- data/lib/budgea_client/models/inline_response_200_19.rb +18 -18
- data/lib/budgea_client/models/inline_response_200_20.rb +18 -18
- data/lib/budgea_client/models/inline_response_200_21.rb +18 -18
- data/lib/budgea_client/models/inline_response_200_22.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_23.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_24.rb +18 -18
- data/lib/budgea_client/models/inline_response_200_25.rb +18 -18
- data/lib/budgea_client/models/inline_response_200_26.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_27.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_28.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_29.rb +18 -18
- data/lib/budgea_client/models/inline_response_200_30.rb +11 -11
- data/lib/budgea_client/version.rb +1 -1
- data/original_budgea_openapi.json +1559 -1474
- metadata +2 -9
- data/config.yaml +0 -15
- data/pkg/budgea_client-2.0.1.gem +0 -0
- data/pkg/budgea_client-2.0.2.gem +0 -0
- data/pkg/budgea_client-3.0.0.gem +0 -0
- data/pkg/budgea_client-4.0.1.gem +0 -0
- data/pkg/budgea_client-4.0.2.gem +0 -0
- data/pkg/budgea_client-4.0.3.gem +0 -0
data/docs/TransfersApi.md
CHANGED
@@ -47,7 +47,7 @@ Method | HTTP request | Description
|
|
47
47
|
|
48
48
|
|
49
49
|
# **users_id_user_accounts_id_account_recipients_get**
|
50
|
-
>
|
50
|
+
> InlineResponse20029 users_id_user_accounts_id_account_recipients_get(id_user, id_account, opts)
|
51
51
|
|
52
52
|
Returns the list of recipients.
|
53
53
|
|
@@ -112,7 +112,7 @@ Name | Type | Description | Notes
|
|
112
112
|
|
113
113
|
### Return type
|
114
114
|
|
115
|
-
[**
|
115
|
+
[**InlineResponse20029**](InlineResponse20029.md)
|
116
116
|
|
117
117
|
### Authorization
|
118
118
|
|
@@ -192,7 +192,7 @@ Name | Type | Description | Notes
|
|
192
192
|
|
193
193
|
|
194
194
|
# **users_id_user_accounts_id_account_recipients_id_recipient_transfers_get**
|
195
|
-
>
|
195
|
+
> InlineResponse20030 users_id_user_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_account, id_recipient, opts)
|
196
196
|
|
197
197
|
Get transfers
|
198
198
|
|
@@ -244,7 +244,7 @@ Name | Type | Description | Notes
|
|
244
244
|
|
245
245
|
### Return type
|
246
246
|
|
247
|
-
[**
|
247
|
+
[**InlineResponse20030**](InlineResponse20030.md)
|
248
248
|
|
249
249
|
### Authorization
|
250
250
|
|
@@ -467,7 +467,7 @@ Name | Type | Description | Notes
|
|
467
467
|
|
468
468
|
|
469
469
|
# **users_id_user_accounts_id_account_transfers_get**
|
470
|
-
>
|
470
|
+
> InlineResponse20030 users_id_user_accounts_id_account_transfers_get(id_user, id_account, opts)
|
471
471
|
|
472
472
|
Get transfers
|
473
473
|
|
@@ -516,7 +516,7 @@ Name | Type | Description | Notes
|
|
516
516
|
|
517
517
|
### Return type
|
518
518
|
|
519
|
-
[**
|
519
|
+
[**InlineResponse20030**](InlineResponse20030.md)
|
520
520
|
|
521
521
|
### Authorization
|
522
522
|
|
@@ -730,7 +730,7 @@ Name | Type | Description | Notes
|
|
730
730
|
|
731
731
|
|
732
732
|
# **users_id_user_connections_id_connection_accounts_id_account_recipients_get**
|
733
|
-
>
|
733
|
+
> InlineResponse20029 users_id_user_connections_id_connection_accounts_id_account_recipients_get(id_user, id_connection, id_account, opts)
|
734
734
|
|
735
735
|
Returns the list of recipients.
|
736
736
|
|
@@ -780,7 +780,7 @@ Name | Type | Description | Notes
|
|
780
780
|
|
781
781
|
### Return type
|
782
782
|
|
783
|
-
[**
|
783
|
+
[**InlineResponse20029**](InlineResponse20029.md)
|
784
784
|
|
785
785
|
### Authorization
|
786
786
|
|
@@ -863,7 +863,7 @@ Name | Type | Description | Notes
|
|
863
863
|
|
864
864
|
|
865
865
|
# **users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get**
|
866
|
-
>
|
866
|
+
> InlineResponse20030 users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_connection, id_account, id_recipient, opts)
|
867
867
|
|
868
868
|
Get transfers
|
869
869
|
|
@@ -918,7 +918,7 @@ Name | Type | Description | Notes
|
|
918
918
|
|
919
919
|
### Return type
|
920
920
|
|
921
|
-
[**
|
921
|
+
[**InlineResponse20030**](InlineResponse20030.md)
|
922
922
|
|
923
923
|
### Authorization
|
924
924
|
|
@@ -1150,7 +1150,7 @@ Name | Type | Description | Notes
|
|
1150
1150
|
|
1151
1151
|
|
1152
1152
|
# **users_id_user_connections_id_connection_accounts_id_account_transfers_get**
|
1153
|
-
>
|
1153
|
+
> InlineResponse20030 users_id_user_connections_id_connection_accounts_id_account_transfers_get(id_user, id_connection, id_account, opts)
|
1154
1154
|
|
1155
1155
|
Get transfers
|
1156
1156
|
|
@@ -1202,7 +1202,7 @@ Name | Type | Description | Notes
|
|
1202
1202
|
|
1203
1203
|
### Return type
|
1204
1204
|
|
1205
|
-
[**
|
1205
|
+
[**InlineResponse20030**](InlineResponse20030.md)
|
1206
1206
|
|
1207
1207
|
### Authorization
|
1208
1208
|
|
@@ -1425,7 +1425,7 @@ Name | Type | Description | Notes
|
|
1425
1425
|
|
1426
1426
|
|
1427
1427
|
# **users_id_user_connections_id_connection_recipients_get**
|
1428
|
-
>
|
1428
|
+
> InlineResponse20029 users_id_user_connections_id_connection_recipients_get(id_user, id_connection, opts)
|
1429
1429
|
|
1430
1430
|
Returns the list of recipients.
|
1431
1431
|
|
@@ -1472,7 +1472,7 @@ Name | Type | Description | Notes
|
|
1472
1472
|
|
1473
1473
|
### Return type
|
1474
1474
|
|
1475
|
-
[**
|
1475
|
+
[**InlineResponse20029**](InlineResponse20029.md)
|
1476
1476
|
|
1477
1477
|
### Authorization
|
1478
1478
|
|
@@ -1552,7 +1552,7 @@ Name | Type | Description | Notes
|
|
1552
1552
|
|
1553
1553
|
|
1554
1554
|
# **users_id_user_connections_id_connection_recipients_id_recipient_transfers_get**
|
1555
|
-
>
|
1555
|
+
> InlineResponse20030 users_id_user_connections_id_connection_recipients_id_recipient_transfers_get(id_user, id_connection, id_recipient, opts)
|
1556
1556
|
|
1557
1557
|
Get transfers
|
1558
1558
|
|
@@ -1604,7 +1604,7 @@ Name | Type | Description | Notes
|
|
1604
1604
|
|
1605
1605
|
### Return type
|
1606
1606
|
|
1607
|
-
[**
|
1607
|
+
[**InlineResponse20030**](InlineResponse20030.md)
|
1608
1608
|
|
1609
1609
|
### Authorization
|
1610
1610
|
|
@@ -1827,7 +1827,7 @@ Name | Type | Description | Notes
|
|
1827
1827
|
|
1828
1828
|
|
1829
1829
|
# **users_id_user_connections_id_connection_transfers_get**
|
1830
|
-
>
|
1830
|
+
> InlineResponse20030 users_id_user_connections_id_connection_transfers_get(id_user, id_connection, opts)
|
1831
1831
|
|
1832
1832
|
Get transfers
|
1833
1833
|
|
@@ -1876,7 +1876,7 @@ Name | Type | Description | Notes
|
|
1876
1876
|
|
1877
1877
|
### Return type
|
1878
1878
|
|
1879
|
-
[**
|
1879
|
+
[**InlineResponse20030**](InlineResponse20030.md)
|
1880
1880
|
|
1881
1881
|
### Authorization
|
1882
1882
|
|
@@ -2090,7 +2090,7 @@ Name | Type | Description | Notes
|
|
2090
2090
|
|
2091
2091
|
|
2092
2092
|
# **users_id_user_recipients_get**
|
2093
|
-
>
|
2093
|
+
> InlineResponse20029 users_id_user_recipients_get(id_user, opts)
|
2094
2094
|
|
2095
2095
|
Returns the list of recipients.
|
2096
2096
|
|
@@ -2134,7 +2134,7 @@ Name | Type | Description | Notes
|
|
2134
2134
|
|
2135
2135
|
### Return type
|
2136
2136
|
|
2137
|
-
[**
|
2137
|
+
[**InlineResponse20029**](InlineResponse20029.md)
|
2138
2138
|
|
2139
2139
|
### Authorization
|
2140
2140
|
|
@@ -2211,7 +2211,7 @@ Name | Type | Description | Notes
|
|
2211
2211
|
|
2212
2212
|
|
2213
2213
|
# **users_id_user_recipients_id_recipient_transfers_get**
|
2214
|
-
>
|
2214
|
+
> InlineResponse20030 users_id_user_recipients_id_recipient_transfers_get(id_user, id_recipient, opts)
|
2215
2215
|
|
2216
2216
|
Get transfers
|
2217
2217
|
|
@@ -2260,7 +2260,7 @@ Name | Type | Description | Notes
|
|
2260
2260
|
|
2261
2261
|
### Return type
|
2262
2262
|
|
2263
|
-
[**
|
2263
|
+
[**InlineResponse20030**](InlineResponse20030.md)
|
2264
2264
|
|
2265
2265
|
### Authorization
|
2266
2266
|
|
@@ -2474,7 +2474,7 @@ Name | Type | Description | Notes
|
|
2474
2474
|
|
2475
2475
|
|
2476
2476
|
# **users_id_user_transfers_get**
|
2477
|
-
>
|
2477
|
+
> InlineResponse20030 users_id_user_transfers_get(id_user, opts)
|
2478
2478
|
|
2479
2479
|
Get transfers
|
2480
2480
|
|
@@ -2520,7 +2520,7 @@ Name | Type | Description | Notes
|
|
2520
2520
|
|
2521
2521
|
### Return type
|
2522
2522
|
|
2523
|
-
[**
|
2523
|
+
[**InlineResponse20030**](InlineResponse20030.md)
|
2524
2524
|
|
2525
2525
|
### Authorization
|
2526
2526
|
|
data/docs/UsersManagementApi.md
CHANGED
@@ -66,7 +66,7 @@ nil (empty response body)
|
|
66
66
|
|
67
67
|
|
68
68
|
# **users_get**
|
69
|
-
>
|
69
|
+
> InlineResponse20022 users_get(opts)
|
70
70
|
|
71
71
|
Get users
|
72
72
|
|
@@ -109,7 +109,7 @@ Name | Type | Description | Notes
|
|
109
109
|
|
110
110
|
### Return type
|
111
111
|
|
112
|
-
[**
|
112
|
+
[**InlineResponse20022**](InlineResponse20022.md)
|
113
113
|
|
114
114
|
### Authorization
|
115
115
|
|
data/docs/WealthApi.md
CHANGED
@@ -4,7 +4,7 @@ All URIs are relative to *https://demo.biapi.pro/2.0/*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**finance_securities_get**](WealthApi.md#finance_securities_get) | **GET** /finance/securities | Get securities
|
7
|
+
[**finance_securities_get**](WealthApi.md#finance_securities_get) | **GET** /finance/securities | Get finance securities
|
8
8
|
[**finance_securities_id_security_history_get**](WealthApi.md#finance_securities_id_security_history_get) | **GET** /finance/securities/{id_security}/history | Get connection logs
|
9
9
|
[**users_id_user_accounts_id_account_investments_get**](WealthApi.md#users_id_user_accounts_id_account_investments_get) | **GET** /users/{id_user}/accounts/{id_account}/investments | Get investments
|
10
10
|
[**users_id_user_accounts_id_account_investments_id_investment_history_get**](WealthApi.md#users_id_user_accounts_id_account_investments_id_investment_history_get) | **GET** /users/{id_user}/accounts/{id_account}/investments/{id_investment}/history | Get investment values
|
@@ -29,9 +29,9 @@ Method | HTTP request | Description
|
|
29
29
|
|
30
30
|
|
31
31
|
# **finance_securities_get**
|
32
|
-
>
|
32
|
+
> InlineResponse20019 finance_securities_get(opts)
|
33
33
|
|
34
|
-
Get securities
|
34
|
+
Get finance securities
|
35
35
|
|
36
36
|
|
37
37
|
|
@@ -54,7 +54,7 @@ opts = {
|
|
54
54
|
}
|
55
55
|
|
56
56
|
begin
|
57
|
-
#Get securities
|
57
|
+
#Get finance securities
|
58
58
|
result = api_instance.finance_securities_get(opts)
|
59
59
|
p result
|
60
60
|
rescue BudgeaClient::ApiError => e
|
@@ -70,7 +70,7 @@ Name | Type | Description | Notes
|
|
70
70
|
|
71
71
|
### Return type
|
72
72
|
|
73
|
-
[**
|
73
|
+
[**InlineResponse20019**](InlineResponse20019.md)
|
74
74
|
|
75
75
|
### Authorization
|
76
76
|
|
@@ -149,7 +149,7 @@ nil (empty response body)
|
|
149
149
|
|
150
150
|
|
151
151
|
# **users_id_user_accounts_id_account_investments_get**
|
152
|
-
>
|
152
|
+
> InlineResponse20024 users_id_user_accounts_id_account_investments_get(id_user, id_account, opts)
|
153
153
|
|
154
154
|
Get investments
|
155
155
|
|
@@ -174,6 +174,8 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
|
174
174
|
id_account = 56 # Integer |
|
175
175
|
|
176
176
|
opts = {
|
177
|
+
label: 'label_example', # String | filter investments using keywords in labels
|
178
|
+
code: 'code_example', # String | filter investments by ISIN codes
|
177
179
|
expand: 'expand_example' # String |
|
178
180
|
}
|
179
181
|
|
@@ -192,11 +194,13 @@ Name | Type | Description | Notes
|
|
192
194
|
------------- | ------------- | ------------- | -------------
|
193
195
|
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
194
196
|
**id_account** | **Integer**| |
|
197
|
+
**label** | **String**| filter investments using keywords in labels | [optional]
|
198
|
+
**code** | **String**| filter investments by ISIN codes | [optional]
|
195
199
|
**expand** | **String**| | [optional]
|
196
200
|
|
197
201
|
### Return type
|
198
202
|
|
199
|
-
[**
|
203
|
+
[**InlineResponse20024**](InlineResponse20024.md)
|
200
204
|
|
201
205
|
### Authorization
|
202
206
|
|
@@ -210,7 +214,7 @@ Name | Type | Description | Notes
|
|
210
214
|
|
211
215
|
|
212
216
|
# **users_id_user_accounts_id_account_investments_id_investment_history_get**
|
213
|
-
>
|
217
|
+
> InlineResponse20025 users_id_user_accounts_id_account_investments_id_investment_history_get(id_user, id_account, id_investment, opts)
|
214
218
|
|
215
219
|
Get investment values
|
216
220
|
|
@@ -260,7 +264,7 @@ Name | Type | Description | Notes
|
|
260
264
|
|
261
265
|
### Return type
|
262
266
|
|
263
|
-
[**
|
267
|
+
[**InlineResponse20025**](InlineResponse20025.md)
|
264
268
|
|
265
269
|
### Authorization
|
266
270
|
|
@@ -274,7 +278,7 @@ Name | Type | Description | Notes
|
|
274
278
|
|
275
279
|
|
276
280
|
# **users_id_user_accounts_id_account_investments_id_investment_pockets_get**
|
277
|
-
>
|
281
|
+
> InlineResponse20026 users_id_user_accounts_id_account_investments_id_investment_pockets_get(id_user, id_account, id_investment, opts)
|
278
282
|
|
279
283
|
Get pockets
|
280
284
|
|
@@ -324,7 +328,7 @@ Name | Type | Description | Notes
|
|
324
328
|
|
325
329
|
### Return type
|
326
330
|
|
327
|
-
[**
|
331
|
+
[**InlineResponse20026**](InlineResponse20026.md)
|
328
332
|
|
329
333
|
### Authorization
|
330
334
|
|
@@ -409,7 +413,7 @@ nil (empty response body)
|
|
409
413
|
|
410
414
|
|
411
415
|
# **users_id_user_accounts_id_account_pockets_get**
|
412
|
-
>
|
416
|
+
> InlineResponse20026 users_id_user_accounts_id_account_pockets_get(id_user, id_account, opts)
|
413
417
|
|
414
418
|
Get pockets
|
415
419
|
|
@@ -456,7 +460,7 @@ Name | Type | Description | Notes
|
|
456
460
|
|
457
461
|
### Return type
|
458
462
|
|
459
|
-
[**
|
463
|
+
[**InlineResponse20026**](InlineResponse20026.md)
|
460
464
|
|
461
465
|
### Authorization
|
462
466
|
|
@@ -470,7 +474,7 @@ Name | Type | Description | Notes
|
|
470
474
|
|
471
475
|
|
472
476
|
# **users_id_user_connections_id_connection_accounts_id_account_investments_get**
|
473
|
-
>
|
477
|
+
> InlineResponse20024 users_id_user_connections_id_connection_accounts_id_account_investments_get(id_user, id_connection, id_account, opts)
|
474
478
|
|
475
479
|
Get investments
|
476
480
|
|
@@ -497,6 +501,8 @@ id_connection = 56 # Integer |
|
|
497
501
|
id_account = 56 # Integer |
|
498
502
|
|
499
503
|
opts = {
|
504
|
+
label: 'label_example', # String | filter investments using keywords in labels
|
505
|
+
code: 'code_example', # String | filter investments by ISIN codes
|
500
506
|
expand: 'expand_example' # String |
|
501
507
|
}
|
502
508
|
|
@@ -516,11 +522,13 @@ Name | Type | Description | Notes
|
|
516
522
|
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
517
523
|
**id_connection** | **Integer**| |
|
518
524
|
**id_account** | **Integer**| |
|
525
|
+
**label** | **String**| filter investments using keywords in labels | [optional]
|
526
|
+
**code** | **String**| filter investments by ISIN codes | [optional]
|
519
527
|
**expand** | **String**| | [optional]
|
520
528
|
|
521
529
|
### Return type
|
522
530
|
|
523
|
-
[**
|
531
|
+
[**InlineResponse20024**](InlineResponse20024.md)
|
524
532
|
|
525
533
|
### Authorization
|
526
534
|
|
@@ -534,7 +542,7 @@ Name | Type | Description | Notes
|
|
534
542
|
|
535
543
|
|
536
544
|
# **users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get**
|
537
|
-
>
|
545
|
+
> InlineResponse20025 users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get(id_user, id_connection, id_account, id_investment, opts)
|
538
546
|
|
539
547
|
Get investment values
|
540
548
|
|
@@ -587,7 +595,7 @@ Name | Type | Description | Notes
|
|
587
595
|
|
588
596
|
### Return type
|
589
597
|
|
590
|
-
[**
|
598
|
+
[**InlineResponse20025**](InlineResponse20025.md)
|
591
599
|
|
592
600
|
### Authorization
|
593
601
|
|
@@ -601,7 +609,7 @@ Name | Type | Description | Notes
|
|
601
609
|
|
602
610
|
|
603
611
|
# **users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get**
|
604
|
-
>
|
612
|
+
> InlineResponse20026 users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get(id_user, id_connection, id_account, id_investment, opts)
|
605
613
|
|
606
614
|
Get pockets
|
607
615
|
|
@@ -654,7 +662,7 @@ Name | Type | Description | Notes
|
|
654
662
|
|
655
663
|
### Return type
|
656
664
|
|
657
|
-
[**
|
665
|
+
[**InlineResponse20026**](InlineResponse20026.md)
|
658
666
|
|
659
667
|
### Authorization
|
660
668
|
|
@@ -742,7 +750,7 @@ nil (empty response body)
|
|
742
750
|
|
743
751
|
|
744
752
|
# **users_id_user_connections_id_connection_accounts_id_account_pockets_get**
|
745
|
-
>
|
753
|
+
> InlineResponse20026 users_id_user_connections_id_connection_accounts_id_account_pockets_get(id_user, id_connection, id_account, opts)
|
746
754
|
|
747
755
|
Get pockets
|
748
756
|
|
@@ -792,7 +800,7 @@ Name | Type | Description | Notes
|
|
792
800
|
|
793
801
|
### Return type
|
794
802
|
|
795
|
-
[**
|
803
|
+
[**InlineResponse20026**](InlineResponse20026.md)
|
796
804
|
|
797
805
|
### Authorization
|
798
806
|
|
@@ -806,7 +814,7 @@ Name | Type | Description | Notes
|
|
806
814
|
|
807
815
|
|
808
816
|
# **users_id_user_connections_id_connection_investments_get**
|
809
|
-
>
|
817
|
+
> InlineResponse20024 users_id_user_connections_id_connection_investments_get(id_user, id_connection, opts)
|
810
818
|
|
811
819
|
Get investments
|
812
820
|
|
@@ -831,6 +839,8 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
|
831
839
|
id_connection = 56 # Integer |
|
832
840
|
|
833
841
|
opts = {
|
842
|
+
label: 'label_example', # String | filter investments using keywords in labels
|
843
|
+
code: 'code_example', # String | filter investments by ISIN codes
|
834
844
|
expand: 'expand_example' # String |
|
835
845
|
}
|
836
846
|
|
@@ -849,11 +859,13 @@ Name | Type | Description | Notes
|
|
849
859
|
------------- | ------------- | ------------- | -------------
|
850
860
|
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
851
861
|
**id_connection** | **Integer**| |
|
862
|
+
**label** | **String**| filter investments using keywords in labels | [optional]
|
863
|
+
**code** | **String**| filter investments by ISIN codes | [optional]
|
852
864
|
**expand** | **String**| | [optional]
|
853
865
|
|
854
866
|
### Return type
|
855
867
|
|
856
|
-
[**
|
868
|
+
[**InlineResponse20024**](InlineResponse20024.md)
|
857
869
|
|
858
870
|
### Authorization
|
859
871
|
|
@@ -867,7 +879,7 @@ Name | Type | Description | Notes
|
|
867
879
|
|
868
880
|
|
869
881
|
# **users_id_user_connections_id_connection_investments_id_investment_history_get**
|
870
|
-
>
|
882
|
+
> InlineResponse20025 users_id_user_connections_id_connection_investments_id_investment_history_get(id_user, id_connection, id_investment, opts)
|
871
883
|
|
872
884
|
Get investment values
|
873
885
|
|
@@ -917,7 +929,7 @@ Name | Type | Description | Notes
|
|
917
929
|
|
918
930
|
### Return type
|
919
931
|
|
920
|
-
[**
|
932
|
+
[**InlineResponse20025**](InlineResponse20025.md)
|
921
933
|
|
922
934
|
### Authorization
|
923
935
|
|
@@ -931,7 +943,7 @@ Name | Type | Description | Notes
|
|
931
943
|
|
932
944
|
|
933
945
|
# **users_id_user_connections_id_connection_investments_id_investment_pockets_get**
|
934
|
-
>
|
946
|
+
> InlineResponse20026 users_id_user_connections_id_connection_investments_id_investment_pockets_get(id_user, id_connection, id_investment, opts)
|
935
947
|
|
936
948
|
Get pockets
|
937
949
|
|
@@ -981,7 +993,7 @@ Name | Type | Description | Notes
|
|
981
993
|
|
982
994
|
### Return type
|
983
995
|
|
984
|
-
[**
|
996
|
+
[**InlineResponse20026**](InlineResponse20026.md)
|
985
997
|
|
986
998
|
### Authorization
|
987
999
|
|
@@ -1066,7 +1078,7 @@ nil (empty response body)
|
|
1066
1078
|
|
1067
1079
|
|
1068
1080
|
# **users_id_user_connections_id_connection_pockets_get**
|
1069
|
-
>
|
1081
|
+
> InlineResponse20026 users_id_user_connections_id_connection_pockets_get(id_user, id_connection, opts)
|
1070
1082
|
|
1071
1083
|
Get pockets
|
1072
1084
|
|
@@ -1113,7 +1125,7 @@ Name | Type | Description | Notes
|
|
1113
1125
|
|
1114
1126
|
### Return type
|
1115
1127
|
|
1116
|
-
[**
|
1128
|
+
[**InlineResponse20026**](InlineResponse20026.md)
|
1117
1129
|
|
1118
1130
|
### Authorization
|
1119
1131
|
|
@@ -1127,7 +1139,7 @@ Name | Type | Description | Notes
|
|
1127
1139
|
|
1128
1140
|
|
1129
1141
|
# **users_id_user_investments_get**
|
1130
|
-
>
|
1142
|
+
> InlineResponse20024 users_id_user_investments_get(id_user, opts)
|
1131
1143
|
|
1132
1144
|
Get investments
|
1133
1145
|
|
@@ -1150,6 +1162,8 @@ api_instance = BudgeaClient::WealthApi.new
|
|
1150
1162
|
id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
1151
1163
|
|
1152
1164
|
opts = {
|
1165
|
+
label: 'label_example', # String | filter investments using keywords in labels
|
1166
|
+
code: 'code_example', # String | filter investments by ISIN codes
|
1153
1167
|
expand: 'expand_example' # String |
|
1154
1168
|
}
|
1155
1169
|
|
@@ -1167,11 +1181,13 @@ end
|
|
1167
1181
|
Name | Type | Description | Notes
|
1168
1182
|
------------- | ------------- | ------------- | -------------
|
1169
1183
|
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
1184
|
+
**label** | **String**| filter investments using keywords in labels | [optional]
|
1185
|
+
**code** | **String**| filter investments by ISIN codes | [optional]
|
1170
1186
|
**expand** | **String**| | [optional]
|
1171
1187
|
|
1172
1188
|
### Return type
|
1173
1189
|
|
1174
|
-
[**
|
1190
|
+
[**InlineResponse20024**](InlineResponse20024.md)
|
1175
1191
|
|
1176
1192
|
### Authorization
|
1177
1193
|
|
@@ -1185,7 +1201,7 @@ Name | Type | Description | Notes
|
|
1185
1201
|
|
1186
1202
|
|
1187
1203
|
# **users_id_user_investments_id_investment_history_get**
|
1188
|
-
>
|
1204
|
+
> InlineResponse20025 users_id_user_investments_id_investment_history_get(id_user, id_investment, opts)
|
1189
1205
|
|
1190
1206
|
Get investment values
|
1191
1207
|
|
@@ -1232,7 +1248,7 @@ Name | Type | Description | Notes
|
|
1232
1248
|
|
1233
1249
|
### Return type
|
1234
1250
|
|
1235
|
-
[**
|
1251
|
+
[**InlineResponse20025**](InlineResponse20025.md)
|
1236
1252
|
|
1237
1253
|
### Authorization
|
1238
1254
|
|
@@ -1246,7 +1262,7 @@ Name | Type | Description | Notes
|
|
1246
1262
|
|
1247
1263
|
|
1248
1264
|
# **users_id_user_investments_id_investment_pockets_get**
|
1249
|
-
>
|
1265
|
+
> InlineResponse20026 users_id_user_investments_id_investment_pockets_get(id_user, id_investment, opts)
|
1250
1266
|
|
1251
1267
|
Get pockets
|
1252
1268
|
|
@@ -1293,7 +1309,7 @@ Name | Type | Description | Notes
|
|
1293
1309
|
|
1294
1310
|
### Return type
|
1295
1311
|
|
1296
|
-
[**
|
1312
|
+
[**InlineResponse20026**](InlineResponse20026.md)
|
1297
1313
|
|
1298
1314
|
### Authorization
|
1299
1315
|
|
@@ -1375,7 +1391,7 @@ nil (empty response body)
|
|
1375
1391
|
|
1376
1392
|
|
1377
1393
|
# **users_id_user_pockets_get**
|
1378
|
-
>
|
1394
|
+
> InlineResponse20026 users_id_user_pockets_get(id_user, opts)
|
1379
1395
|
|
1380
1396
|
Get pockets
|
1381
1397
|
|
@@ -1419,7 +1435,7 @@ Name | Type | Description | Notes
|
|
1419
1435
|
|
1420
1436
|
### Return type
|
1421
1437
|
|
1422
|
-
[**
|
1438
|
+
[**InlineResponse20026**](InlineResponse20026.md)
|
1423
1439
|
|
1424
1440
|
### Authorization
|
1425
1441
|
|