WorkersRequestedFeedbackOnSelfEventsFeedbackQuestions
Lists questions included in a worker’s self-requested feedback, enabling structured evaluation.
Workday Resource Information
Retrieves a single self-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: Self Requested Feedback, Worker Data: Self Requested Feedback
Scope: Performance Enablement, Worker Profile and Skills
Aggregate Fields
The add-in 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.
FeedbackResponse_Aggregate
[{
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. */
}]
QuestionMultipleChoiceAnswers_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 question instance. |
| WorkersRequestedFeedbackOnSelfEvents_Id [KEY] | String | False |
The Workday ID of the feedback request event initiated by the worker. |
| Workers_Id [KEY] | String | False |
The Workday ID of the worker who owns this feedback request. |
| Descriptor | String | False |
A preview of the instance. |
| FeedbackResponse_Aggregate | String | False |
All the feedback responses associated with the feedback question. |
| Question | String | False |
The rich text content of a question in the feedback request. |
| QuestionMultipleChoiceAnswers_Aggregate | String | False |
Aggregated responses for multiple-choice questions in requested feedback events. |
| QuestionType_Descriptor | String | False |
Description of the question type used in the feedback request. |
| QuestionType_Href | String | False |
A link to the question type instance in Workday. |
| QuestionType_Id | String | False |
Unique identifier of the question type. |
| RelatesTo_Aggregate | String | False |
Talent tags associated with the feedback question or response in requested feedback events. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
If true, includes terminated workers in the output. |
| Search_Prompt | String | False |
Searches workers by name or Workday ID. The search is case-insensitive and supports space-separated OR searches. |