Skip to content

Latest commit

 

History

History
466 lines (247 loc) · 10.5 KB

File metadata and controls

466 lines (247 loc) · 10.5 KB

\DefaultApi

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}

AccountsAccountGet

Account AccountsAccountGet($account)

Retrieve an account.

Parameters

Name Type Description Notes
account string

Return type

Account

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

AccountsGet

Accounts AccountsGet()

Retrieve all accounts.

Parameters

This endpoint does not need any parameter.

Return type

Accounts

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

BeneficiariesBeneficiaryGet

Beneficiary BeneficiariesBeneficiaryGet($beneficiary)

Retrieve a beneficiary.

Parameters

Name Type Description Notes
beneficiary string

Return type

Beneficiary

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

BeneficiariesGet

Beneficiaries BeneficiariesGet()

Retrieve all beneficiaries.

Parameters

This endpoint does not need any parameter.

Return type

Beneficiaries

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

ClientsClientGet

Client ClientsClientGet($client)

Retrieve a client.

Parameters

Name Type Description Notes
client string

Return type

Client

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

ClientsGet

Clients ClientsGet()

Retrieve all clients.

Parameters

This endpoint does not need any parameter.

Return type

Clients

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

HoldingsGet

Holdings HoldingsGet($extractDate)

Retrieve all holdings.

Parameters

Name Type Description Notes
extractDate time.Time TODO [optional]

Return type

Holdings

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

HoldingsHoldingAccountsAccountGet

Holdings HoldingsHoldingAccountsAccountGet($holding, $account)

Parameters

Name Type Description Notes
holding string
account string

Return type

Holdings

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

HoldingsHoldingClassificationsClassificationGet

Holdings HoldingsHoldingClassificationsClassificationGet($holding, $classification)

Parameters

Name Type Description Notes
holding string
classification string

Return type

Holdings

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

HoldingsHoldingGet

Holding HoldingsHoldingGet($holding)

Parameters

Name Type Description Notes
holding string

Return type

Holding

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

PaymentsGet

Payments PaymentsGet()

Retrieve all payments.

Parameters

This endpoint does not need any parameter.

Return type

Payments

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

PaymentsPaymentGet

Payment PaymentsPaymentGet($payment)

Retrieve a payment.

Parameters

Name Type Description Notes
payment string

Return type

Payment

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

TradesGet

Trades TradesGet()

Retrieve all trades.

Parameters

This endpoint does not need any parameter.

Return type

Trades

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

TradesTradeGet

Trade TradesTradeGet($trade)

Retrieve a single trade.

Parameters

Name Type Description Notes
trade string

Return type

Trade

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

UsersGet

UsersGet()

Retrieve all users.

Parameters

This endpoint does not need any parameter.

Return type

void (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

UsersUserGet

UsersUserGet($user)

Retieve a user.

Parameters

Name Type Description Notes
user string

Return type

void (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]