SSIS Components for Workday

Build 25.0.9434

WorkersSkillItems

Lists skill items associated with a worker, including validated competencies and self-reported skills.

Workday Resource Information

Returns skill items.

Secured by: Person Data: Skills, Self-Service: Skills

Scope: Worker Profile and Skills

Aggregate Fields

The component 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. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.

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.

SkillItems_Aggregate


[{
  id: Text /* Id of the instance */
  remoteID: Text /* The remote skill ID of a skill. */
  skillItem: {
     -descriptor: Text /* A description of the instance */
     -href: Text /* A link to the instance */
     *id: Text /* wid / id / reference id */
  }
  skillName: Text /* The skill name that Workday bases similar skill suggestions on. */
}]

Columns

Name Type ReadOnly Description
Id [KEY] String False

Unique identifier for the instance.

Workers_Id [KEY] String False

The Workday ID of the worker who owns this record.

Descriptor String False

A preview of the instance.

RemoteID String False

The remote skill ID of a skill.

SkillItems_Aggregate String False

Lists skill items associated with a skill qualification.

SkillName String False

The skill name used by Workday for generating similar skill suggestions.

IncludeTerminatedWorkers_Prompt Bool False

If true, includes terminated workers in the output.

Search_Prompt String False

Searches workers by name or Workday ID. The search is case-insensitive and supports space-separated OR searches.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434