GET api/Timesheets?BookingNo={BookingNo}&searchType={searchType}&startDate={startDate}&endDate={endDate}&rowFrom={rowFrom}&rowTo={rowTo}

Used to fetch the list of timesheets for a logged in user

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BookingNo

Either a bookingNo or a empty string if you want all bookings

string

Default value is

searchType

Saved, Unapproved, Approved, Rejected, All

string

Default value is All

startDate

string

None.

endDate

string

None.

rowFrom

integer

None.

rowTo

integer

None.

Body Parameters

None.

Response Information

Resource Description

COMPLETE

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml, multipart/form-data

Sample:

Sample not available.