GET api/JankariPortal/GetUserDailyReportList?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetUserDailyReport_Result
NameDescriptionTypeAdditional information
reportid

integer

None.

userid

string

None.

fullname

string

None.

reportdate

date

None.

workedon

string

None.

other

string

None.

description

string

None.

status

integer

None.

starttime

string

None.

endtime

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "reportid": 1,
    "userid": "sample string 2",
    "fullname": "sample string 3",
    "reportdate": "2025-05-10T11:55:20.6304241+05:30",
    "workedon": "sample string 4",
    "other": "sample string 5",
    "description": "sample string 6",
    "status": 1,
    "starttime": "sample string 7",
    "endtime": "sample string 8",
    "tRecordCount": 9
  },
  {
    "reportid": 1,
    "userid": "sample string 2",
    "fullname": "sample string 3",
    "reportdate": "2025-05-10T11:55:20.6304241+05:30",
    "workedon": "sample string 4",
    "other": "sample string 5",
    "description": "sample string 6",
    "status": 1,
    "starttime": "sample string 7",
    "endtime": "sample string 8",
    "tRecordCount": 9
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetUserDailyReport_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetUserDailyReport_Result>
    <description>sample string 6</description>
    <endtime>sample string 8</endtime>
    <fullname>sample string 3</fullname>
    <other>sample string 5</other>
    <reportdate>2025-05-10T11:55:20.6304241+05:30</reportdate>
    <reportid>1</reportid>
    <starttime>sample string 7</starttime>
    <status>1</status>
    <tRecordCount>9</tRecordCount>
    <userid>sample string 2</userid>
    <workedon>sample string 4</workedon>
  </GetUserDailyReport_Result>
  <GetUserDailyReport_Result>
    <description>sample string 6</description>
    <endtime>sample string 8</endtime>
    <fullname>sample string 3</fullname>
    <other>sample string 5</other>
    <reportdate>2025-05-10T11:55:20.6304241+05:30</reportdate>
    <reportid>1</reportid>
    <starttime>sample string 7</starttime>
    <status>1</status>
    <tRecordCount>9</tRecordCount>
    <userid>sample string 2</userid>
    <workedon>sample string 4</workedon>
  </GetUserDailyReport_Result>
</ArrayOfGetUserDailyReport_Result>