GET api/statistics/get5Days_Statistics_Of_ZM_For_NSM?EmployeeId={EmployeeId}&SessionID={SessionID}&DeviceID={DeviceID}&ZMEmployeeId={ZMEmployeeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | integer |
Required |
|
| SessionID | string |
Required |
|
| DeviceID | string |
Required |
|
| ZMEmployeeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of statisticsList| Name | Description | Type | Additional information |
|---|---|---|---|
| objStatisticsList | Collection of statistics |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"objStatisticsList": [
{
"employeeId": 1,
"employeeName": "sample string 2",
"employeeCode": "sample string 3",
"designationName": "sample string 4",
"day": "2025-12-21T15:07:12.1445033+05:30",
"plannedVisits": 6,
"totalVisited": 7,
"attendance": "sample string 8",
"totalPOB": 9,
"totalPOBValue": 10.0,
"totalWorkingHours": 11
},
{
"employeeId": 1,
"employeeName": "sample string 2",
"employeeCode": "sample string 3",
"designationName": "sample string 4",
"day": "2025-12-21T15:07:12.1445033+05:30",
"plannedVisits": 6,
"totalVisited": 7,
"attendance": "sample string 8",
"totalPOB": 9,
"totalPOBValue": 10.0,
"totalWorkingHours": 11
}
]
},
{
"objStatisticsList": [
{
"employeeId": 1,
"employeeName": "sample string 2",
"employeeCode": "sample string 3",
"designationName": "sample string 4",
"day": "2025-12-21T15:07:12.1445033+05:30",
"plannedVisits": 6,
"totalVisited": 7,
"attendance": "sample string 8",
"totalPOB": 9,
"totalPOBValue": 10.0,
"totalWorkingHours": 11
},
{
"employeeId": 1,
"employeeName": "sample string 2",
"employeeCode": "sample string 3",
"designationName": "sample string 4",
"day": "2025-12-21T15:07:12.1445033+05:30",
"plannedVisits": 6,
"totalVisited": 7,
"attendance": "sample string 8",
"totalPOB": 9,
"totalPOBValue": 10.0,
"totalWorkingHours": 11
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfstatisticsList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/application.knh.webapi.BE">
<statisticsList>
<objStatisticsList>
<statistics>
<attendance>sample string 8</attendance>
<day>2025-12-21T15:07:12.1445033+05:30</day>
<designationName>sample string 4</designationName>
<employeeCode>sample string 3</employeeCode>
<employeeId>1</employeeId>
<employeeName>sample string 2</employeeName>
<plannedVisits>6</plannedVisits>
<totalPOB>9</totalPOB>
<totalPOBValue>10</totalPOBValue>
<totalVisited>7</totalVisited>
<totalWorkingHours>11</totalWorkingHours>
</statistics>
<statistics>
<attendance>sample string 8</attendance>
<day>2025-12-21T15:07:12.1445033+05:30</day>
<designationName>sample string 4</designationName>
<employeeCode>sample string 3</employeeCode>
<employeeId>1</employeeId>
<employeeName>sample string 2</employeeName>
<plannedVisits>6</plannedVisits>
<totalPOB>9</totalPOB>
<totalPOBValue>10</totalPOBValue>
<totalVisited>7</totalVisited>
<totalWorkingHours>11</totalWorkingHours>
</statistics>
</objStatisticsList>
</statisticsList>
<statisticsList>
<objStatisticsList>
<statistics>
<attendance>sample string 8</attendance>
<day>2025-12-21T15:07:12.1445033+05:30</day>
<designationName>sample string 4</designationName>
<employeeCode>sample string 3</employeeCode>
<employeeId>1</employeeId>
<employeeName>sample string 2</employeeName>
<plannedVisits>6</plannedVisits>
<totalPOB>9</totalPOB>
<totalPOBValue>10</totalPOBValue>
<totalVisited>7</totalVisited>
<totalWorkingHours>11</totalWorkingHours>
</statistics>
<statistics>
<attendance>sample string 8</attendance>
<day>2025-12-21T15:07:12.1445033+05:30</day>
<designationName>sample string 4</designationName>
<employeeCode>sample string 3</employeeCode>
<employeeId>1</employeeId>
<employeeName>sample string 2</employeeName>
<plannedVisits>6</plannedVisits>
<totalPOB>9</totalPOB>
<totalPOBValue>10</totalPOBValue>
<totalVisited>7</totalVisited>
<totalWorkingHours>11</totalWorkingHours>
</statistics>
</objStatisticsList>
</statisticsList>
</ArrayOfstatisticsList>