WorkersCheckInsAssociatedTopics
Lists topics associated with check-in meetings, providing insights into recurring themes in discussions.
Table Specific Information
Select
The Workday add-in requires filtering on Workers_Id in order to perform the query.
For example:
SELECT * FROM WorkersCheckInsAssociatedTopics WHERE Workers_Id = '4348b0198b131024e7b9d31ad2ce0c70';
Workday Resource Information
Retrieves a Check-In with the specified ID 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 topic instance. |
| WorkersCheckIns_Id [KEY] | String | False |
The Workday ID of the check-in session that contains this topic. |
| Workers_Id [KEY] | String | False |
The Workday ID of the worker associated with this check-in topic. |
| Archived | Bool | False |
Indicates whether the topic has been archived (true/false). |
| Name | String | False |
The name or title of the check-in topic. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
If true, includes terminated workers in the output. |
| Search_Prompt | String | False |
Allows searching for workers by name or Workday ID. The search is case-insensitive and supports space-separated OR searches. |