WorkersCheckInTopicsCheckInTopicAttachments
Fetches files or supporting materials attached to check-in topics for enhanced documentation.
Table Specific Information
Select
The Workday provider requires filtering on Workers_Id in order to perform the query.
For example:
SELECT * FROM WorkersCheckInTopicsCheckInTopicAttachments 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 topic attachment instance. |
| WorkersCheckInTopics_Id [KEY] | String | False |
The Workday ID of the check-in topic associated with this attachment. |
| Workers_Id [KEY] | String | False |
The Workday ID of the worker who owns this attachment. |
| Comment | String | False |
The comment associated with the attachment. |
| ContentType_Descriptor | String | False |
A description of the file type or format of the attachment. |
| ContentType_Href | String | False |
A link to the content type instance. |
| ContentType_Id | String | False |
The Workday reference ID for the content type. |
| Descriptor | String | False |
A brief preview of the attachment. |
| FileLength | Decimal | False |
The size of the attachment file in bytes. |
| FileName | String | False |
The name of the attached file. |
| 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. |