WorkersGoalsCategory
Retrieves the categories assigned to worker goals, such as career growth, leadership development, or compliance training.
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 identifier for the goal instance. |
| WorkersGoals_Id [KEY] | String | The Workday ID of the goal record linked to the worker. |
| Workers_Id [KEY] | String | The Workday ID of the worker who owns this goal. |
| Descriptor | String | The display name of the instance |
| IncludeTerminatedWorkers_Prompt | Bool | If true, includes terminated workers in the search results. |
| Search_Prompt | String | Search for workers by name or Workday ID. The search is case-insensitive and supports space-separated OR searches. |