GET api/CcLead/GetLogStatistic
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StatisticByDateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LogFor | ScheduleTypeEnum |
None. |
|
| Statistic | Collection of StatisticDTO |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LogFor": 0,
"Statistic": [
{
"Count": 1.0,
"Type": 1,
"Alp": 1.0
},
{
"Count": 1.0,
"Type": 1,
"Alp": 1.0
}
]
},
{
"LogFor": 0,
"Statistic": [
{
"Count": 1.0,
"Type": 1,
"Alp": 1.0
},
{
"Count": 1.0,
"Type": 1,
"Alp": 1.0
}
]
}
]