GET api/Strategy/{id}?isLk={isLk}
Данные стратегии основные показатели стратегии (тип, риск, доход и т.д. все что в разделе о стратегии вот тут http://browserlook.greensight.ru/2fqd5 и тут http://browserlook.greensight.ru/wnzat )
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id |
Define this parameter in the request URI. |
|
| isLk | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
text/javascript, application/javascript, application/json-p
Sample:
({"name":"sample string 1","totalRecords":2,"headers":["sample string 1","sample string 2","sample string 3"],"rows":[{},{},{}]});
application/json, text/json
Sample:
{
"name": "sample string 1",
"totalRecords": 2,
"headers": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"rows": [
{},
{},
{}
]
}