WorkersAnytimeFeedbackEvents
Retrieves feedback events given to or about a worker, including manager and peer reviews.
Workday Resource Information
Retrieves a single feedback given event instance with the specified ID.This endpoint is equivalent to the View Feedback task in Workday.
Secured by: Self-Service: Anytime Feedback, Worker Data: Anytime Feedback
Scope: Performance Enablement, Worker Profile and Skills
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. 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.
BusinessProcessParameters_Attachments_Aggregate
[{
category: { /* Returns the category of a Business Process Attachment. */
-descriptor: Text /* A description of the instance */
-href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
contentType: { /* Content type of the attachment */
-descriptor: Text /* A description of the instance */
-href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
description: Text /* Event attachment description */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
id: Text /* Id of the instance */
-uploadDate: Date /* Returns Date the Business Process Attachment was updated. */
uploadedBy: { /* Returns the primary Role of the person who uploaded the Attachment. */
-descriptor: Text /* A description of the instance */
-href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
FeedbackAlsoAbout_Aggregate
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
WorkersToNotify_Aggregate
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The unique Workday ID for the feedback instance. |
| Workers_Id [KEY] | String | False |
The Workday ID of the worker who owns this feedback event. |
| Badge_Descriptor | String | False |
A description of the badge associated with the feedback event. |
| Badge_Href | String | False |
A link to the badge instance in Workday. |
| Badge_Id | String | False |
The Workday ID of the badge instance. |
| BusinessProcessParameters_Action_Descriptor | String | False |
A description of the action taken within the business process. |
| BusinessProcessParameters_Action_Href | String | False |
A link to the action instance in Workday. |
| BusinessProcessParameters_Action_Id | String | False |
The Workday ID of the action instance. |
| BusinessProcessParameters_Attachments_Aggregate | String | False |
Lists attachments associated with the business process, uploaded from the toolbar and accessible to the processing person. Returns blank if unavailable. |
| BusinessProcessParameters_Comment | String | False |
A comment related to the business process (returns null if unavailable). |
| BusinessProcessParameters_CriticalValidations | String | False |
Displays validation messages for action events triggered by conditions, requiring corrective action. |
| BusinessProcessParameters_For_Descriptor | String | False |
A description of the entity for which the business process was initiated. |
| BusinessProcessParameters_For_Href | String | False |
A link to the entity instance in Workday. |
| BusinessProcessParameters_For_Id | String | False |
The Workday ID of the entity instance. |
| BusinessProcessParameters_OverallBusinessProcess_Descriptor | String | False |
A description of the overall business process related to this transaction. |
| BusinessProcessParameters_OverallBusinessProcess_Href | String | False |
A link to the overall business process instance. |
| BusinessProcessParameters_OverallBusinessProcess_Id | String | False |
The Workday ID of the overall business process. |
| BusinessProcessParameters_OverallStatus | String | False |
The current status of the business process (for example, Successfully Completed, Denied, Terminated). |
| BusinessProcessParameters_TransactionStatus_Descriptor | String | False |
A description of the transaction status within the business process. |
| BusinessProcessParameters_TransactionStatus_Href | String | False |
A link to the transaction status instance. |
| BusinessProcessParameters_TransactionStatus_Id | String | False |
The Workday ID of the transaction status. |
| BusinessProcessParameters_WarningValidations | String | False |
Displays warning messages for action events triggered by conditions that do not block the process. |
| Comment | String | False |
The comment text provided for the anytime feedback event. |
| Descriptor | String | False |
A preview of the feedback instance. |
| FeedbackAlsoAbout_Aggregate | String | False |
Lists other workers who were mentioned in the feedback event. |
| FeedbackGivenDate | Datetime | False |
The date when feedback was provided. |
| FromWorker_Descriptor | String | False |
A description of the worker who provided the feedback. |
| FromWorker_Href | String | False |
A link to the worker instance in Workday. |
| FromWorker_Id | String | False |
The Workday ID of the worker who gave the feedback. |
| HiddenFromManager | Bool | False |
True if the feedback is private and not visible to the worker’s manager. |
| HiddenFromWorker | Bool | False |
True if the feedback is confidential and not visible to the worker. |
| Href | String | False |
A link to the feedback instance in Workday. |
| RelatesTo_Descriptor | String | False |
A preview of the entity to which the feedback event relates. |
| RelatesTo_Id | String | False |
The Workday ID of the related entity. |
| ShowFeedbackProviderName | Bool | False |
True if the feedback provider has chosen to display their name. |
| ToWorker_Descriptor | String | False |
A description of the worker who received the feedback. |
| ToWorker_Href | String | False |
A link to the recipient worker instance in Workday. |
| ToWorker_Id | String | False |
The Workday ID of the worker who received the feedback. |
| WorkersToNotify_Aggregate | String | False |
Lists workers who were selected to be notified about the feedback event. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
If true, includes terminated workers in the output. |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive and supports space-delimited OR searches. |