WorkersCheckIns
Retrieves a single Check-In instance.
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)
Aggregate Fields
The provider 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.
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.
AssociatedTopics_Aggregate
[{
id: Text /* Id of the instance */
}]
CheckInAttachments_Aggregate
[{
comment: Text /* Returns comment for the Attachment */
contentType: { /* Content type of the attachment */
*id: Text /* wid / id / reference id */
}
descriptor: Text /* A preview of the instance */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
id: Text /* Id of the instance */
}]
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Archived | Bool | False |
Indicates that the check-in is archived. |
| AssociatedTopics_Aggregate | String | False |
Topics included in a check-in. |
| CheckInAttachments_Aggregate | String | False |
Returns all attachments for the Check-In. |
| Creator_Descriptor | String | False |
A description of the instance |
| Creator_Href | String | False |
A link to the instance |
| Creator_Id | String | False |
wid / id / reference id |
| Date | Datetime | False |
Date of check-in. |
| Description | String | False |
Description of check-in. |
| Participant_Descriptor | String | False |
A description of the instance |
| Participant_Href | String | False |
A link to the instance |
| Participant_Id | String | False |
wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |