ODBC Driver for TSheets

Build 22.0.8462

CurrentTotalsReport

Report for the current totals (shift and day) along with additional information provided for those who are currently on the clock.

Table Specific Information

Select

Query the CurrentTotalsReport table. The driver will use the TSheets API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the driver.

  • GroupId, UserId and OnTheClock fields support the '=' and IN operators.

For example, the following query is processed server side:

SELECT * FROM CurrentTotalsReport WHERE GroupId IN ('29474', '29474') AND OnTheClock IN (true, false)

SELECT * FROM CurrentTotalsReport WHERE UserId IN (1751136, 1738864) AND OnTheClock = false

Columns

Name Type Description
UserId Int Id of the users these totals are calculated for.
GroupId String Unique group id for this user,value of zero represents those without a group.
OnTheClock Boolean Whether this user is currently on the clock.
ShiftGeolocationsAvailable Boolean Whether geolocations are available for the current timesheet.
ShiftSeconds Int Total time for the current shift, in seconds.
DaySeconds Int Total time for the day, in seconds.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462