GiveRequestedFeedbackEventsFeedbackComments
Holds detailed comments provided as feedback for employees, offering qualitative insights into performance and professional growth.
Workday Resource Information
Retrieves all requested feedback given events for the user that responded to the feedback request.Secured by: Self-Service: Role Requested Feedback, Self-Service: Self 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.
MultipleChoiceAnswers_Aggregate
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
PossibleMultipleChoiceAnswers_Aggregate
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
RelatesTo_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 feedback event instance. |
| GiveRequestedFeedbackEvents_Id [KEY] | String | False |
The Workday identifier (WID) of the GiveRequestedFeedbackEvents instance that this feedback belongs to. |
| DateAnswer | Datetime | False |
The date provided as an answer for a feedback question of type Date. |
| Descriptor | String | False |
A brief preview or summary of the feedback event instance. |
| FeedbackDeclineReason | String | False |
The reason provided by the responder for declining to give feedback on a specific question. |
| FeedbackDeclined | Bool | False |
Indicates True if the responder chose not to provide feedback for a specific question; otherwise, False. |
| FeedbackQuestion_Descriptor | String | False |
A brief description of the feedback question. |
| FeedbackQuestion_Href | String | False |
A URL linking to the detailed feedback question instance. |
| FeedbackQuestion_Id | String | False |
The WID, standard Id, or reference Id of the feedback question. |
| MultipleChoiceAnswers_Aggregate | String | False |
The selected answers from a multiple-choice feedback question, listed as comma-separated values with 1 space after each comma. |
| NumericAnswer | Decimal | False |
The numeric value provided as an answer for a feedback question of type Number. |
| PossibleMultipleChoiceAnswers_Aggregate | String | False |
All possible answer options for a multiple-choice feedback question, listed as comma-separated values with 1 space after each comma. |
| QuestionType_Descriptor | String | False |
A brief description of the question type, such as Text, Date, Number, or Multiple Choice. |
| QuestionType_Href | String | False |
A URL linking to the question type instance for more details. |
| QuestionType_Id | String | False |
The WID, standard Id, or reference Id of the question type. |
| RelatesTo_Aggregate | String | False |
A list of talent tags related to the feedback question or response, separated by commas with 1 space after each comma. |
| Response | String | False |
The textual feedback provided by the responder for the feedback question. |