POST api/BBS/SummaryInfoList
BBS统计查看详情
Request Information
URI Parameters
None.
Body Parameters
请求数据
SumInfoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| emp_id |
员工Id |
integer |
None. |
| mark |
标志:未回答-4,第一个时间-5,第二个时间-6,第三个时间-7 |
integer |
None. |
| start_time |
开始时间 |
string |
None. |
| end_time |
结束时间 |
string |
None. |
| one_time |
第一个时间 |
integer |
None. |
| two_time |
第二个时间 |
integer |
None. |
| three_time |
第三个时间 |
integer |
None. |
| page |
页码 |
integer |
None. |
| page_size |
每页显示条数 |
integer |
None. |
| user_id |
当前登录者Id |
string |
None. |
| token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"emp_id": 1,
"mark": 2,
"start_time": "sample string 3",
"end_time": "sample string 4",
"one_time": 1,
"two_time": 1,
"three_time": 1,
"page": 5,
"page_size": 6,
"user_id": "sample string 7",
"token": "sample string 8"
}
application/xml, text/xml
Sample:
<SumInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model"> <token>sample string 8</token> <user_id>sample string 7</user_id> <page>5</page> <page_size>6</page_size> <emp_id>1</emp_id> <end_time>sample string 4</end_time> <mark>2</mark> <one_time>1</one_time> <start_time>sample string 3</start_time> <three_time>1</three_time> <two_time>1</two_time> </SumInfoRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BBS统计查看详情
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |