POST api/GetTimesheets

Request Information

URI Parameters

None.

Body Parameters

TimesheetFilter
NameDescriptionTypeAdditional information
FitterId

integer

None.

JobId

integer

None.

DateFrom

date

None.

DateTo

date

None.

Status

integer

None.

PageSize

integer

None.

PageNumber

integer

None.

Approved

boolean

None.

Approver

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FitterId": 1,
  "JobId": 1,
  "DateFrom": "2026-04-07T15:47:07.0926524+01:00",
  "DateTo": "2026-04-07T15:47:07.0926524+01:00",
  "Status": 1,
  "PageSize": 1,
  "PageNumber": 2,
  "Approved": true,
  "Approver": 1
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TimesheetFilter'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.