GET api/Strategies?type={type}&startDate={startDate}&endDate={endDate}

/api/Strategies?type={type}&startDate=2014-05-01&endDate=2014-12-31

Список стратегий для страницы частных и профи

Request Information

Parameters

NameDescriptionAdditional information
type
Тип менеджера

Define this parameter in the request URI.

startDate
Дата начала диапазона фильтра.

Define this parameter in the request URI.

endDate
Дата окончания диапазона фильра.

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": [
    {},
    {},
    {}
  ]
}