SSIS Components for Workday

Build 25.0.9434

WorkersRequestedFeedbackOnSelfEvents

Retrieves instances where a worker has requested feedback on their own performance from colleagues, managers, or peers.

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 component 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 feedback request instance.

Workers_Id [KEY] String False

The Workday ID of the worker associated with this feedback request.

BusinessProcessParameters_Action_Descriptor String False

Description of the associated business process action.

BusinessProcessParameters_Action_Href String False

A link to the associated business process action instance.

BusinessProcessParameters_Action_Id String False

Unique identifier for the business process action instance.

BusinessProcessParameters_Attachments_Aggregate String False

Lists attachments uploaded for this business process and accessible to the processing person.

BusinessProcessParameters_Comment String False

Returns null.

BusinessProcessParameters_CriticalValidations String False

Critical validation messages triggered by conditions in the business process.

BusinessProcessParameters_For_Descriptor String False

Description of the entity for which the business process is being executed.

BusinessProcessParameters_For_Href String False

A link to the entity related to the business process.

BusinessProcessParameters_For_Id String False

Unique identifier of the related entity.

BusinessProcessParameters_OverallBusinessProcess_Descriptor String False

Description of the overall business process associated with the feedback request.

BusinessProcessParameters_OverallBusinessProcess_Href String False

A link to the overall business process instance.

BusinessProcessParameters_OverallBusinessProcess_Id String False

Unique identifier of the overall business process instance.

BusinessProcessParameters_OverallStatus String False

Current status of the business process (for example, Successfully Completed, Denied, Terminated).

BusinessProcessParameters_TransactionStatus_Descriptor String False

Description of the transaction status for the business process.

BusinessProcessParameters_TransactionStatus_Href String False

A link to the transaction status instance.

BusinessProcessParameters_TransactionStatus_Id String False

Unique identifier for the transaction status instance.

BusinessProcessParameters_WarningValidations String False

Warning messages for an action event triggered by a condition.

Descriptor String False

A preview of the feedback request instance.

ExpirationDate Datetime False

The date when the feedback request expires.

FeedbackAbout_Descriptor String False

Description of the individual or entity receiving the feedback request.

FeedbackAbout_Href String False

A link to the individual or entity receiving feedback.

FeedbackAbout_Id String False

Unique identifier of the feedback recipient.

FeedbackOverallStatus String False

Current overall status of the feedback request process.

FeedbackPrivate Bool False

Indicates whether the feedback is private between the provider and the recipient. Private feedback isn't shared with managers.

FeedbackQuestions_Aggregate String False

List of feedback questions used in the requested feedback event.

FeedbackResponders_Aggregate String False

List of respondents requested to provide feedback.

FeedbackTemplate_Descriptor String False

Description of the feedback template used in this request.

FeedbackTemplate_Href String False

A link to the feedback template instance.

FeedbackTemplate_Id String False

Unique identifier of the feedback template instance.

RequestDate Datetime False

The date when the feedback request was initiated.

ShowFeedbackProviderName Bool False

Indicates whether responder names are displayed or remain anonymous.

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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434