POST api/report/timeClocks

Get TimeClocks. Allows to get tickets from company locations. You can use restrictByLocations for restrict list of desired locations.

Request Information

Allows multi-location processing, in case of using parent location token restrictByLocations parameter is strongly recommended with comma separated list of locations to select from or update in

URI Parameters

None.

Body Parameters

ReportsBaseRequest
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

PageIndex

integer

None.

PageSize

integer

None.

ReturnDeleted

boolean

None.

SkipTimeZoneConvertion

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "2024-10-18T01:21:41.9345565-04:00",
  "EndDate": "2024-10-18T01:21:41.9345565-04:00",
  "PageIndex": 1,
  "PageSize": 2,
  "ReturnDeleted": true,
  "SkipTimeZoneConvertion": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.