GET api/v1/timesheets/team?payFrequency={payFrequency}&periodStart={periodStart}&direction={direction}&status={status}&employeeName={employeeName}&departmentId={departmentId}&entityId={entityId}&page={page}&pageSize={pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| payFrequency | string |
Default value is Fortnightly |
|
| periodStart | string |
Default value is |
|
| direction | string |
Default value is |
|
| status | string |
Default value is Pending |
|
| employeeName | string |
Default value is |
|
| departmentId | integer |
Default value is -1 |
|
| entityId | integer |
Default value is -1 |
|
| page | integer |
Default value is 1 |
|
| pageSize | integer |
Default value is 50 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.