GET api/Reports/{id}?startDate={startDate}&endDate={endDate}

/api/Reports/1?startDate=2014-05-01&endDate=2014-12-31

Запуск отправки отчета по почте.

Request Information

Parameters

NameDescriptionAdditional information
id
Номер стратегии.

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:
({"errorCode":1,"errorMessage":"sample string 2","outParams":{"sample string 1":{},"sample string 3":{},"sample string 5":{}}});

application/json, text/json

Sample:
{
  "errorCode": 1,
  "errorMessage": "sample string 2",
  "outParams": {
    "sample string 1": {},
    "sample string 3": {},
    "sample string 5": {}
  }
}