WorkersCheckInsCheckInAttachments
Fetches attachments related to worker check-ins, such as documents or notes shared during a session.
Table Specific Information
Select
The Workday component requires filtering on Workers_Id in order to perform the query.
For example:
SELECT * FROM WorkersCheckInsCheckInAttachments 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 attachment instance. |
| WorkersCheckIns_Id [KEY] | String | False |
The Workday ID of the check-in session that contains this attachment. |
| Workers_Id [KEY] | String | False |
The Workday ID of the worker associated with this attachment. |
| Comment | String | False |
Comment or description provided for the attachment. |
| ContentType_Descriptor | String | False |
A descriptive label for the file content type. |
| ContentType_Href | String | False |
A URL link to the content type metadata. |
| ContentType_Id | String | False |
The Workday ID/reference ID for the content type. |
| Descriptor | String | False |
A brief preview or summary of the attachment. |
| FileLength | Decimal | False |
Size of the attachment file in bytes. |
| FileName | String | False |
The original name of the uploaded attachment 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. |