GET api/InvestorRelation/Telegram?investorId={investorId}
Gets investor Telegram connection settings. Stub response.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| investorId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Personal_Investor_Telegram| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| InvestorID | integer |
None. |
|
| ConnectedTelegram | boolean |
None. |
|
| ChannelName | string |
None. |
|
| ChannelID | string |
None. |
|
| TradingExecution | boolean |
None. |
|
| PortfolioUpdates | boolean |
None. |
|
| RiskAlerts | boolean |
None. |
|
| DailyReports | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"InvestorID": 2,
"ConnectedTelegram": true,
"ChannelName": "sample string 4",
"ChannelID": "sample string 5",
"TradingExecution": true,
"PortfolioUpdates": true,
"RiskAlerts": true,
"DailyReports": true
}