GET api/ManagersStrategies
Все управляющие и их стратегии список все управляющих, всех их стратегий с их основными показателями достаточно для формирования страницы http://browserlook.greensight.ru/z66n5
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": [
{},
{},
{}
]
}