POST api/DashBoard/all-entryexit-group-count-list
Request Information
URI Parameters
None.
Body Parameters
SearchParam| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| SearchType | string |
None. |
|
| SearchKey | string |
None. |
|
| SearchUserType | string |
None. |
|
| SearchStatusType | string |
None. |
|
| SearchActiveStatus | string |
None. |
|
| OrderType | string |
None. |
|
| SearchYearMonth | string |
None. |
|
| SearchUserId | string |
None. |
|
| Page | integer |
None. |
|
| CamId | integer |
None. |
|
| CamPosition | string |
None. |
|
| WorkplaceId | string |
None. |
|
| UserPermission | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| LoginUserId | string |
None. |
|
| SensorID | string |
None. |
|
| YearMonthDay | string |
None. |
|
| SearchConfirmStatus | string |
None. |
|
| SearchStatus | string |
None. |
|
| SearchBoardStatus | string |
None. |
|
| SearchEmployeeStatus | string |
None. |
|
| ReadId | string |
None. |
|
| GroupId | string |
None. |
|
| AuthType | string |
None. |
|
| EntryExitType | string |
None. |
|
| AuthResult | string |
None. |
|
| CompanyTxt | string |
None. |
|
| EmployeeName | string |
None. |
|
| Bid | integer |
None. |
|
| EmployeeNoneYN | string |
None. |
|
| MizeNoKey | string |
None. |
|
| InterphoneId | string |
None. |
|
| InterphoneIds | Collection of integer |
None. |
|
| EventDtm | string |
None. |
|
| EventType | string |
None. |
|
| EventName | string |
None. |
|
| InterphoneNum | string |
None. |
|
| InterphoneNums | Collection of integer |
None. |
|
| SpeechText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"SearchType": "sample string 2",
"SearchKey": "sample string 3",
"SearchUserType": "sample string 4",
"SearchStatusType": "sample string 5",
"SearchActiveStatus": "sample string 6",
"OrderType": "sample string 7",
"SearchYearMonth": "sample string 8",
"SearchUserId": "sample string 9",
"Page": 10,
"CamId": 11,
"CamPosition": "sample string 12",
"WorkplaceId": "sample string 13",
"UserPermission": "sample string 14",
"StartDate": "sample string 15",
"EndDate": "sample string 16",
"LoginUserId": "sample string 17",
"SensorID": "sample string 18",
"YearMonthDay": "sample string 19",
"SearchConfirmStatus": "sample string 20",
"SearchStatus": "sample string 21",
"SearchBoardStatus": "sample string 22",
"SearchEmployeeStatus": "sample string 23",
"ReadId": "sample string 24",
"GroupId": "sample string 25",
"AuthType": "sample string 26",
"EntryExitType": "sample string 27",
"AuthResult": "sample string 28",
"CompanyTxt": "sample string 29",
"EmployeeName": "sample string 30",
"Bid": 31,
"EmployeeNoneYN": "sample string 32",
"MizeNoKey": "sample string 33",
"InterphoneId": "sample string 34",
"InterphoneIds": [
1,
2
],
"EventDtm": "sample string 35",
"EventType": "sample string 36",
"EventName": "sample string 37",
"InterphoneNum": "sample string 38",
"InterphoneNums": [
1,
2
],
"SpeechText": "sample string 39"
}
application/xml, text/xml
Sample:
<SearchParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/kepco_api.Models">
<AuthResult>sample string 28</AuthResult>
<AuthType>sample string 26</AuthType>
<Bid>31</Bid>
<CamId>11</CamId>
<CamPosition>sample string 12</CamPosition>
<CompanyTxt>sample string 29</CompanyTxt>
<EmployeeName>sample string 30</EmployeeName>
<EmployeeNoneYN>sample string 32</EmployeeNoneYN>
<EndDate>sample string 16</EndDate>
<EntryExitType>sample string 27</EntryExitType>
<EventDtm>sample string 35</EventDtm>
<EventName>sample string 37</EventName>
<EventType>sample string 36</EventType>
<GroupId>sample string 25</GroupId>
<InterphoneId>sample string 34</InterphoneId>
<InterphoneIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</InterphoneIds>
<InterphoneNum>sample string 38</InterphoneNum>
<InterphoneNums xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</InterphoneNums>
<LoginUserId>sample string 17</LoginUserId>
<MizeNoKey>sample string 33</MizeNoKey>
<OrderType>sample string 7</OrderType>
<Page>10</Page>
<PageSize>1</PageSize>
<ReadId>sample string 24</ReadId>
<SearchActiveStatus>sample string 6</SearchActiveStatus>
<SearchBoardStatus>sample string 22</SearchBoardStatus>
<SearchConfirmStatus>sample string 20</SearchConfirmStatus>
<SearchEmployeeStatus>sample string 23</SearchEmployeeStatus>
<SearchKey>sample string 3</SearchKey>
<SearchStatus>sample string 21</SearchStatus>
<SearchStatusType>sample string 5</SearchStatusType>
<SearchType>sample string 2</SearchType>
<SearchUserId>sample string 9</SearchUserId>
<SearchUserType>sample string 4</SearchUserType>
<SearchYearMonth>sample string 8</SearchYearMonth>
<SensorID>sample string 18</SensorID>
<SpeechText>sample string 39</SpeechText>
<StartDate>sample string 15</StartDate>
<UserPermission>sample string 14</UserPermission>
<WorkplaceId>sample string 13</WorkplaceId>
<YearMonthDay>sample string 19</YearMonthDay>
</SearchParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.