GET api/TradePlatform?platformId={platformId}
Gets trading platforms. Returns all platforms or a specific one when platformId is provided.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| platformId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetTradingPlatformsResult| Name | Description | Type | Additional information |
|---|---|---|---|
| PlatformID | integer |
None. |
|
| PlatformName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PlatformID": 1,
"PlatformName": "sample string 2"
},
{
"PlatformID": 1,
"PlatformName": "sample string 2"
}
]