GET api/Employee/GetUserDailyReportCalenderViewAPP/{empid}/{month}/{year}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
empid | string |
Required |
|
month | integer |
Required |
|
year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetUserDailyReportCalenderViewAPP_ResultName | Description | Type | Additional information |
---|---|---|---|
userid | string |
None. |
|
fullname | string |
None. |
|
reportdate | date |
None. |
|
status | string |
None. |
|
tottasks | integer |
None. |
|
totaltime | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "userid": "sample string 1", "fullname": "sample string 2", "reportdate": "2025-05-10T10:47:04.3165891+05:30", "status": "sample string 4", "tottasks": 5, "totaltime": "sample string 6" }, { "userid": "sample string 1", "fullname": "sample string 2", "reportdate": "2025-05-10T10:47:04.3165891+05:30", "status": "sample string 4", "tottasks": 5, "totaltime": "sample string 6" } ]
application/xml, text/xml
Sample:
<ArrayOfGetUserDailyReportCalenderViewAPP_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetUserDailyReportCalenderViewAPP_Result> <fullname>sample string 2</fullname> <reportdate>2025-05-10T10:47:04.3165891+05:30</reportdate> <status>sample string 4</status> <totaltime>sample string 6</totaltime> <tottasks>5</tottasks> <userid>sample string 1</userid> </GetUserDailyReportCalenderViewAPP_Result> <GetUserDailyReportCalenderViewAPP_Result> <fullname>sample string 2</fullname> <reportdate>2025-05-10T10:47:04.3165891+05:30</reportdate> <status>sample string 4</status> <totaltime>sample string 6</totaltime> <tottasks>5</tottasks> <userid>sample string 1</userid> </GetUserDailyReportCalenderViewAPP_Result> </ArrayOfGetUserDailyReportCalenderViewAPP_Result>