All URIs are relative to https://api.multrees.com
| Method | HTTP request | Description |
|---|---|---|
| AccountsAccountGet | Get /accounts/{account} | |
| AccountsGet | Get /accounts | |
| BeneficiariesBeneficiaryGet | Get /beneficiaries/{beneficiary} | |
| BeneficiariesGet | Get /beneficiaries | |
| ClientsClientGet | Get /clients/{client} | |
| ClientsGet | Get /clients | |
| HoldingsGet | Get /holdings | |
| HoldingsHoldingAccountsAccountGet | Get /holdings/{holding}/accounts/{account} | |
| HoldingsHoldingClassificationsClassificationGet | Get /holdings/{holding}/classifications/{classification} | |
| HoldingsHoldingGet | Get /holdings/{holding} | |
| PaymentsGet | Get /payments | |
| PaymentsPaymentGet | Get /payments/{payment} | |
| TradesGet | Get /trades | |
| TradesTradeGet | Get /trades/{trade} | |
| UsersGet | Get /users | |
| UsersUserGet | Get /users/{user} |
Account AccountsAccountGet($account)
Retrieve an account.
| Name | Type | Description | Notes |
|---|---|---|---|
| account | string |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Accounts AccountsGet()
Retrieve all accounts.
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Beneficiary BeneficiariesBeneficiaryGet($beneficiary)
Retrieve a beneficiary.
| Name | Type | Description | Notes |
|---|---|---|---|
| beneficiary | string |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Beneficiaries BeneficiariesGet()
Retrieve all beneficiaries.
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Client ClientsClientGet($client)
Retrieve a client.
| Name | Type | Description | Notes |
|---|---|---|---|
| client | string |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Clients ClientsGet()
Retrieve all clients.
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Holdings HoldingsGet($extractDate)
Retrieve all holdings.
| Name | Type | Description | Notes |
|---|---|---|---|
| extractDate | time.Time | TODO | [optional] |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Holdings HoldingsHoldingAccountsAccountGet($holding, $account)
| Name | Type | Description | Notes |
|---|---|---|---|
| holding | string | ||
| account | string |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Holdings HoldingsHoldingClassificationsClassificationGet($holding, $classification)
| Name | Type | Description | Notes |
|---|---|---|---|
| holding | string | ||
| classification | string |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Holding HoldingsHoldingGet($holding)
| Name | Type | Description | Notes |
|---|---|---|---|
| holding | string |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Payments PaymentsGet()
Retrieve all payments.
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Payment PaymentsPaymentGet($payment)
Retrieve a payment.
| Name | Type | Description | Notes |
|---|---|---|---|
| payment | string |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Trades TradesGet()
Retrieve all trades.
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Trade TradesTradeGet($trade)
Retrieve a single trade.
| Name | Type | Description | Notes |
|---|---|---|---|
| trade | string |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
UsersGet()
Retrieve all users.
This endpoint does not need any parameter.
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
UsersUserGet($user)
Retieve a user.
| Name | Type | Description | Notes |
|---|---|---|---|
| user | string |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]