JDBC Driver for Workday

Build 23.0.8839

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 本製品 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


[{
  fileName: Text /* File name of the attachment */
  contentType: { /* Content type of the attachment */
     *id: Text /* wid / id / reference id */
  }
  comment: Text /* Returns comment for the Attachment */
  fileLength: Numeric /* File length of the attachment */
  id: Text /* Id of the instance */
  descriptor: Text /* A preview 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

Supported for: SELECT. Indicates that the check-in is archived.

AssociatedTopics_Aggregate String False

Supported for: INSERT. A JSON aggregate. Topics included in a check-in.

CheckInAttachments_Aggregate String False

Supported for: INSERT. A JSON aggregate. Returns all attachments for the Check-In.

Creator_Descriptor String False

Supported for: SELECT. A description of the instance

Creator_Href String False

Supported for: SELECT. A link to the instance

Creator_Id String False

Supported for: SELECT. wid / id / reference id

Date Datetime False

Supported for: SELECT, INSERT, UPDATE. Date of check-in.

Description String False

Supported for: SELECT, INSERT, UPDATE. Description of check-in.

Participant_Descriptor String False

Supported for: SELECT. A description of the instance

Participant_Href String False

Supported for: SELECT. A link to the instance

Participant_Id String False

Supported for: SELECT. wid / id / reference id

Search_Prompt String False

Only used when a Workers_Id filter is not provided. Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839