List Time Tracking Time Clocks

Returns a paginated list of the company's time tracking time clocks. Supports an OData-style filter, an orderBy sort expression, and select sparse fieldsets. Results are sorted by name ascending when orderBy is omitted; name ordering is case-insensitive. Filtering and sorting are applied in memory over the cached GT Connect list (partner ordering is not relied on). A company with no GT Clocks connected returns an empty list, not a 404. Device health flags are reported as null while device status is temporarily unavailable. Pagination is page-based via page and pageSize (defaults: page 1, pageSize 20, minimum 10, maximum 100).

OAuth Scopes: time_tracking:time_clocks

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

OData v4 filter expression. Filterable fields: name, serialNumber, type, timezone. Example: type eq 'TIME_CLOCK'.

string

Sort expression like name asc, serialNumber desc. Allowed fields: name, serialNumber, type, timezone. Defaults to name asc.

string

Comma-separated list of properties to return (sparse fieldsets).

integer
≥ 1
Defaults to 1

The page to retrieve. Defaults to 1.

integer
10 to 100
Defaults to 20

The number of time clocks per page. Defaults to 20, minimum 10, maximum 100.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json