GET api/Employee/EmployeeAttDetailsData/{month}/{year}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
month

string

Required

year

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetEmployeeAttendanceGrd_Result
NameDescriptionTypeAdditional information
empcode

integer

None.

depid

string

None.

depname

string

None.

empid

string

None.

empname

string

None.

month1

string

None.

month

integer

None.

year

integer

None.

date

date

None.

startlog

string

None.

endlog

string

None.

workinghr

decimal number

None.

status

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "empcode": 1,
    "depid": "sample string 1",
    "depname": "sample string 2",
    "empid": "sample string 3",
    "empname": "sample string 4",
    "month1": "sample string 5",
    "month": 1,
    "year": 1,
    "date": "2025-05-10T11:31:11.9641255+05:30",
    "startlog": "sample string 6",
    "endlog": "sample string 7",
    "workinghr": 1.1,
    "status": "sample string 8"
  },
  {
    "empcode": 1,
    "depid": "sample string 1",
    "depname": "sample string 2",
    "empid": "sample string 3",
    "empname": "sample string 4",
    "month1": "sample string 5",
    "month": 1,
    "year": 1,
    "date": "2025-05-10T11:31:11.9641255+05:30",
    "startlog": "sample string 6",
    "endlog": "sample string 7",
    "workinghr": 1.1,
    "status": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetEmployeeAttendanceGrd_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetEmployeeAttendanceGrd_Result>
    <date>2025-05-10T11:31:11.9641255+05:30</date>
    <depid>sample string 1</depid>
    <depname>sample string 2</depname>
    <empcode>1</empcode>
    <empid>sample string 3</empid>
    <empname>sample string 4</empname>
    <endlog>sample string 7</endlog>
    <month>1</month>
    <month1>sample string 5</month1>
    <startlog>sample string 6</startlog>
    <status>sample string 8</status>
    <workinghr>1.1</workinghr>
    <year>1</year>
  </GetEmployeeAttendanceGrd_Result>
  <GetEmployeeAttendanceGrd_Result>
    <date>2025-05-10T11:31:11.9641255+05:30</date>
    <depid>sample string 1</depid>
    <depname>sample string 2</depname>
    <empcode>1</empcode>
    <empid>sample string 3</empid>
    <empname>sample string 4</empname>
    <endlog>sample string 7</endlog>
    <month>1</month>
    <month1>sample string 5</month1>
    <startlog>sample string 6</startlog>
    <status>sample string 8</status>
    <workinghr>1.1</workinghr>
    <year>1</year>
  </GetEmployeeAttendanceGrd_Result>
</ArrayOfGetEmployeeAttendanceGrd_Result>