GET api/Employee/GetDSAttendanceList?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| whr | string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
Collection of GetDSAttendanceList_Result| Name | Description | Type | Additional information | 
|---|---|---|---|
| debatch | string | 
                             None.  | 
                |
| batname | string | 
                             None.  | 
                |
| attdate | date | 
                             None.  | 
                |
| totpresent | integer | 
                             None.  | 
                |
| totabsent | integer | 
                             None.  | 
                |
| tRecordCount | integer | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "debatch": "sample string 1",
    "batname": "sample string 2",
    "attdate": "2025-11-04T05:39:36.712459+05:30",
    "totpresent": 3,
    "totabsent": 4,
    "tRecordCount": 1
  },
  {
    "debatch": "sample string 1",
    "batname": "sample string 2",
    "attdate": "2025-11-04T05:39:36.712459+05:30",
    "totpresent": 3,
    "totabsent": 4,
    "tRecordCount": 1
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfGetDSAttendanceList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetDSAttendanceList_Result>
    <attdate>2025-11-04T05:39:36.712459+05:30</attdate>
    <batname>sample string 2</batname>
    <debatch>sample string 1</debatch>
    <tRecordCount>1</tRecordCount>
    <totabsent>4</totabsent>
    <totpresent>3</totpresent>
  </GetDSAttendanceList_Result>
  <GetDSAttendanceList_Result>
    <attdate>2025-11-04T05:39:36.712459+05:30</attdate>
    <batname>sample string 2</batname>
    <debatch>sample string 1</debatch>
    <tRecordCount>1</tRecordCount>
    <totabsent>4</totabsent>
    <totpresent>3</totpresent>
  </GetDSAttendanceList_Result>
</ArrayOfGetDSAttendanceList_Result>