WorkersAnytimeFeedbackEventsRelatedFeedbackEvents
Links feedback events that are related to one another, helping track performance review history.
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 driver 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 */
}
}]
BusinessProcessParameters_Comments_Aggregate
[{
comment: Text /* Comment */
commentDate: Date /* Gives the moment at which the instance was originally created. */
person: { /* Comment made by Person */
-descriptor: Text /* A description of the instance */
-href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier for the Anytime Feedback event instance. |
| WorkersAnytimeFeedbackEvents_Id [KEY] | String | The Workday ID of the Anytime Feedback event containing this instance. |
| Workers_Id [KEY] | String | The Workday ID of the worker associated with this feedback event. |
| BusinessProcessParameters_Action_Descriptor | String | A description of the action taken in the business process. |
| BusinessProcessParameters_Action_Href | String | A link to the business process action instance. |
| BusinessProcessParameters_Action_Id | String | Unique identifier for the business process action. |
| BusinessProcessParameters_Attachments_Aggregate | String | Attachments uploaded during the business process that are accessible to the processing person. |
| BusinessProcessParameters_Comment | String | Returns a null value (no comment available). |
| BusinessProcessParameters_Comments_Aggregate | String | List of comments related to the business process. |
| BusinessProcessParameters_CriticalValidations | String | Validation messages indicating critical issues triggered by business process conditions. |
| BusinessProcessParameters_For_Descriptor | String | A description of the entity associated with this business process. |
| BusinessProcessParameters_For_Href | String | A link to the associated entity in the business process. |
| BusinessProcessParameters_For_Id | String | Unique identifier for the associated entity in the business process. |
| BusinessProcessParameters_OverallBusinessProcess_Descriptor | String | A description of the overall business process. |
| BusinessProcessParameters_OverallBusinessProcess_Href | String | A link to the overall business process instance. |
| BusinessProcessParameters_OverallBusinessProcess_Id | String | Unique identifier for the overall business process. |
| BusinessProcessParameters_OverallStatus | String | Current status of the business process (for example, Successfully Completed, Denied, Terminated). |
| BusinessProcessParameters_TransactionStatus_Descriptor | String | A description of the transaction status within the business process. |
| BusinessProcessParameters_TransactionStatus_Href | String | A link to the transaction status instance. |
| BusinessProcessParameters_TransactionStatus_Id | String | Unique identifier for the transaction status. |
| BusinessProcessParameters_WarningValidations | String | Validation messages indicating warnings triggered by business process conditions. |
| Descriptor | String | A brief preview or description of the feedback event. |
| 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-delimited OR searches. |