Square.Connect.Model.V1ListTimecardsRequest
July 10, 2019 ยท View on GitHub
Description
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Order | string | The order in which timecards are listed in the response, based on their created_at field. See SortOrder for possible values | [optional] |
| EmployeeId | string | If provided, the endpoint returns only timecards for the employee with the specified ID. | [optional] |
| BeginClockinTime | string | If filtering results by their clockin_time field, the beginning of the requested reporting period, in ISO 8601 format. | [optional] |
| EndClockinTime | string | If filtering results by their clockin_time field, the end of the requested reporting period, in ISO 8601 format. | [optional] |
| BeginClockoutTime | string | If filtering results by their clockout_time field, the beginning of the requested reporting period, in ISO 8601 format. | [optional] |
| EndClockoutTime | string | If filtering results by their clockout_time field, the end of the requested reporting period, in ISO 8601 format. | [optional] |
| BeginUpdatedAt | string | If filtering results by their updated_at field, the beginning of the requested reporting period, in ISO 8601 format. | [optional] |
| EndUpdatedAt | string | If filtering results by their updated_at field, the end of the requested reporting period, in ISO 8601 format. | [optional] |
| Deleted | bool? | If true, only deleted timecards are returned. If false, only valid timecards are returned.If you don't provide this parameter, both valid and deleted timecards are returned. | [optional] |
| Limit | int? | The maximum integer number of employee entities to return in a single response. Default 100, maximum 200. | [optional] |
| BatchToken | string | A pagination cursor to retrieve the next set of results for your original query to the endpoint. | [optional] |