WorkersGoals
Retrieves a worker’s personal and professional goals, including development plans and performance objectives.
Workday Resource Information
Retrieves all goals for a worker with the specified ID. You can use a returned id from GET /workers in the Staffing service. The goal data includes name, description, category, tags, associated reviews, due date, completed date, status, creator, worker it is for, supporting organization goal, locked reason, and activity streamable item.Secured by: Self-Service: Employee Goals, Worker Data: Employee Goals
Scope: Performance Enablement
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique Workday ID for the goal record. |
| Workers_Id [KEY] | String | The Workday ID of the worker who owns this goal. |
| CompletedOn | Datetime | The date when the goal was marked as completed. |
| CreatedBy_Descriptor | String | The display name of the instance |
| CreatedBy_Href | String | A URL link to the profile of the user who created the goal. |
| CreatedBy_Id | String | The Workday ID of the user who created the goal. |
| Description | String | A detailed description of the goal. |
| DueDate | Datetime | The deadline for completing the goal. |
| LockedReason | String | The reason the goal is non-editable. Possible values: Approval pending and Employee review in progress. |
| Name | String | The title or name of the goal. |
| State | String | Indicates the current state of the goal and whether it is editable or requires action. Possible states: Pending approval, Associated with In Progress Review, Pending archival, Pending restore, Saved for later, and Needs revising. |
| Status_Descriptor | String | The display name of the instance |
| Status_Href | String | A URL link to the status details of the goal. |
| Status_Id | String | The Workday ID associated with the status of the goal. |
| Supports_Descriptor | String | The display name of the instance |
| Supports_Href | String | A URL link to the related goal or initiative that this goal supports. |
| Supports_Id | String | The Workday ID of the goal or initiative that this goal supports. |
| Worker_Descriptor | String | The display name of the instance |
| Worker_Href | String | A URL link to the worker's profile. |
| Worker_Id | String | The Workday ID of the worker associated with this goal. |
| IncludeTerminatedWorkers_Prompt | Bool | If true, includes terminated workers in the search results. |
| Search_Prompt | String | Searches for workers by name or Workday ID. The search is case-insensitive and supports space-separated OR searches. |