WorkersRequestedFeedbackOnWorkerEvents
Retrieves feedback requests initiated by managers or peers regarding a specific worker.
Workday Resource Information
Retrieves a single requested feedback event instance for the specified worker. This endpoint is equivalent to the View Feedback and View Feedback by Request tasks in Workday.Secured by: Self-Service: Role Requested Feedback, Worker Data: Role Requested 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 */
}
}]
FeedbackQuestions_Aggregate
[{
descriptor: Text /* A preview of the instance */
-feedbackResponse: [{
-descriptor: Text /* A preview of the instance */
-feedbackDeclineReason: Text /* The reason a requested feedback question was declined. */
-feedbackDeclined: Boolean /* Returns True if the responder declined to submit a response to a specific feedback question. */
-feedbackResponder: { /* The person who gave the feedback (responder). */
-descriptor: Text /* A description of the instance */
-href: Text /* A link to the instance */
-id: Text /* wid / id / reference id */
}
-id: Text /* Id of the instance */
-response: Rich Text /* The feedback response for a feedback question. */
}]
id: Text /* Id of the instance */
question: Rich Text /* The rich text part of a Question in a feedback request. */
-questionMultipleChoiceAnswers: [{
-descriptor: Text /* A preview of the instance */
-id: Text /* Id of the instance */
}]
questionType: { /* The feedback question type for requested feedback events. */
-descriptor: Text /* A description of the instance */
-href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
relatesTo: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
}]
FeedbackResponders_Aggregate
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
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 feedback request. |
| BusinessProcessParameters_Action_Descriptor | String | False |
A description of the associated business process action. |
| BusinessProcessParameters_Action_Href | String | False |
A link to the associated business process action. |
| BusinessProcessParameters_Action_Id | String | False |
Workday ID of the associated business process action. |
| BusinessProcessParameters_Attachments_Aggregate | String | False |
Attachments uploaded as part of the business process, accessible to the processing person. |
| BusinessProcessParameters_Comment | String | False |
A reserved field intended for capturing comments related to the business process. Currently, this field returns a null value as it may not be actively used or populated in the system. |
| BusinessProcessParameters_CriticalValidations | String | False |
Validation messages for action events triggered by specific conditions. |
| BusinessProcessParameters_For_Descriptor | String | False |
A description of the instance. |
| BusinessProcessParameters_For_Href | String | False |
A link to the instance. |
| BusinessProcessParameters_For_Id | String | False |
Workday ID of the instance. |
| BusinessProcessParameters_OverallBusinessProcess_Descriptor | String | False |
A description of the overall business process. |
| BusinessProcessParameters_OverallBusinessProcess_Href | String | False |
A link to the overall business process. |
| BusinessProcessParameters_OverallBusinessProcess_Id | String | False |
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. |
| BusinessProcessParameters_TransactionStatus_Href | String | False |
A link to the transaction status. |
| BusinessProcessParameters_TransactionStatus_Id | String | False |
Workday ID of the transaction status. |
| BusinessProcessParameters_WarningValidations | String | False |
Warning messages for action events triggered by specific conditions. |
| Descriptor | String | False |
A preview of the instance. |
| ExpirationDate | Datetime | False |
The expiration date of the feedback request. |
| FeedbackAbout_Descriptor | String | False |
A description of the worker the feedback is about. |
| FeedbackAbout_Href | String | False |
A link to the worker the feedback is about. |
| FeedbackAbout_Id | String | False |
Workday ID of the worker the feedback is about. |
| FeedbackConfidential | Bool | False |
Indicates if the feedback is confidential between the provider and the manager. |
| FeedbackOverallStatus | String | False |
Overall status of the requested feedback process. |
| FeedbackQuestions_Aggregate | String | False |
The list of feedback questions included in the request. |
| FeedbackResponders_Aggregate | String | False |
The list of respondents requested to provide feedback. |
| FeedbackTemplate_Descriptor | String | False |
A description of the feedback template used. |
| FeedbackTemplate_Href | String | False |
A link to the feedback template. |
| FeedbackTemplate_Id | String | False |
Workday ID of the feedback template. |
| RequestDate | Datetime | False |
The date the feedback request was initiated. |
| ShowFeedbackProviderName | Bool | False |
Indicates if responder names should be displayed or remain anonymous. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Includes terminated workers in the output if set to true. |
| Search_Prompt | String | False |
Allows searching for workers by name or Workday ID (case-insensitive, supports space-separated OR searches). |