GET api/statistics/getCurrent_Day_Statistics_Of_RM_By_Parent?EmployeeId={EmployeeId}&SessionID={SessionID}&DeviceID={DeviceID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EmployeeId

integer

Required

SessionID

string

Required

DeviceID

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of statisticsList
NameDescriptionTypeAdditional 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:05:44.1121289+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:05:44.1121289+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:05:44.1121289+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:05:44.1121289+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:05:44.1121289+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:05:44.1121289+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:05:44.1121289+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:05:44.1121289+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>