WorkersCheckInTopicsAssociatedCheckIns
Lists check-in sessions that reference a specific topic, useful for tracking recurring discussions over time.
Table Specific Information
Select
The Workday add-in requires filtering on Workers_Id in order to perform the query.
For example:
SELECT * FROM WorkersCheckInTopicsAssociatedCheckIns WHERE Workers_Id = '4348b0198b131024e7b9d31ad2ce0c70';
Workday Resource Information
Retrieves all Check-In topics for the specified worker. The worker is specified by the Workday ID of the worker. You can use a returned id from GET /workers in the Staffing service /staffing.Secured by: Self-Service: Check-Ins, Worker Data: Check-Ins
Scope: Performance Enablement
Contains attachment(s)
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Unique identifier for the check-in instance. |
| WorkersCheckInTopics_Id [KEY] | String | False |
The Workday ID of the check-in topic associated with this check-in. |
| Workers_Id [KEY] | String | False |
The Workday ID of the worker who owns this check-in. |
| Archived | Bool | False |
Indicates whether the check-in has been archived. |
| Date | Datetime | False |
The date when the check-in took place. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
If true, includes terminated workers in the search results. |
| Search_Prompt | String | False |
Allows searching for workers by name or Workday ID. The search is case-insensitive and supports space-separated OR searches. |