WorkersTimeTotals
Provides a summary of the total hours reported by a worker over a given period, including overtime and adjustments.
Workday Resource Information
Retrieves a summary of reported hours for a worker over a period. The period contains the specified date or, if not specified, it contains today's date.Secured by: Process: Time Block REST APIs, Process: Time Clock Event REST API's
Scope: Time Tracking
Aggregate Fields
The connector represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
Totals_Aggregate
[{
label: Text /* Contains the label for this total calculation. */
quantity: Numeric /* Contains the calculated sum for this total. */
totalNumber: Numeric /* Contains the ordered number of this total calculation. */
}]
Columns
| Name | Type | Description |
| Workers_Id | String | The Workday ID of the worker associated with this time entry certification. |
| CertifyText | String | Legal text the worker must agree to when certifying hours worked. |
| PeriodLabel | String | A summary of the date range and total reported hours for the time entry period. |
| SubmitText | String | Legal text the worker must agree to when submitting hours for review. |
| Totals_Aggregate | String | A list of all total hours defined in the Time Entry Template. |
| PeriodDate_Prompt | Date | The specific date used to match a time entry period. Defaults to today's date if not specified. |
| IncludeTerminatedWorkers_Prompt | Bool | If true, includes terminated workers in the output. |
| Search_Prompt | String | Searches workers by name or Workday ID. The search is case-insensitive and supports space-delimited OR searches. |