Skip to content

Workday provides innovative enterprise cloud applications for finance and HR, incorporating AI and machine learning to drive business success globally. Workday's TypeScript SDK for PerformanceEnablement API generated by Konfig (https://konfigthis.com/).

Notifications You must be signed in to change notification settings

konfig-sdks/workday-performance-enablement-typescript-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visit Workday

The Performance Management service enables applications to access and create feedback about workers in the system.

Table of Contents

Installation

Getting Started

import { WorkdayPerformanceEnablement } from "workday-performance-enablement-typescript-sdk";

const workdayperformanceenablement = new WorkdayPerformanceEnablement({
  // Defining the base path is optional and defaults to https://<tenantHostname>/performanceEnablement/v5
  // basePath: "https://<tenantHostname>/performanceEnablement/v5",
  accessToken: "ACCESS_TOKEN",
});

const getInstancesResponse =
  await workdayperformanceenablement.promptValues.getInstances({});

console.log(getInstancesResponse);

Reference

workdayperformanceenablement.promptValues.getInstances

Retrieves instances that can be used as values for other endpoint parameters in this service.

🛠️ Usage

const getInstancesResponse =
  await workdayperformanceenablement.promptValues.getInstances({});

⚙️ Parameters

limit: number

The maximum number of objects in a single response. The default and maximum is 1000.

offset: number

The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.

workers: string[]

🔄 Return

MULTIPLEINSTANCEMODELREFERENCE

🌐 Endpoint

/values/workersToNotify/workersToNotify GET

🔙 Back to Table of Contents


workdayperformanceenablement.promptValues.getInstances_0

Retrieves instances that can be used as values for other endpoint parameters in this service.

🛠️ Usage

const getInstances_0Response =
  await workdayperformanceenablement.promptValues.getInstances_0({});

⚙️ Parameters

limit: number

The maximum number of objects in a single response. The default and maximum is 1000.

offset: number

The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.

templateType: string

The feedback template type for this feedback event, either Feedback on Self, 133de7d11fea10001dbb45a701140098 or Feedback on Worker 133de7d11fea10001dbb45973dec0097. This field is required.

worker: string

The worker WID. This field is required for the Feedback on Worker template and not supported for the Feedback on Self template. It can't be the processing worker.

🔄 Return

MULTIPLEINSTANCEMODELREFERENCE

🌐 Endpoint

/values/feedbackTemplate/feedbackTemplate GET

🔙 Back to Table of Contents


workdayperformanceenablement.promptValues.getInstances_1

Retrieves instances that can be used as values for other endpoint parameters in this service.

🛠️ Usage

const getInstances_1Response =
  await workdayperformanceenablement.promptValues.getInstances_1({});

⚙️ Parameters

limit: number

The maximum number of objects in a single response. The default and maximum is 1000.

offset: number

The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.

🔄 Return

MULTIPLEINSTANCEMODELREFERENCE

🌐 Endpoint

/values/feedbackOnWorker/feedbackOnWorker GET

🔙 Back to Table of Contents


workdayperformanceenablement.promptValues.getInstances_2

Retrieves instances that can be used as values for other endpoint parameters in this service.

🛠️ Usage

const getInstances_2Response =
  await workdayperformanceenablement.promptValues.getInstances_2({});

⚙️ Parameters

limit: number

The maximum number of objects in a single response. The default and maximum is 1000.

offset: number

The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.

templateType: string

The feedback template type for this feedback event, either Feedback on Self, 133de7d11fea10001dbb45a701140098 or Feedback on Worker 133de7d11fea10001dbb45973dec0097. This field is required.

worker: string

The worker WID. This field is required for the Feedback on Worker templateType and not supported for the Feedback on Self templateType. It can't be the processing worker.

🔄 Return

MULTIPLEINSTANCEMODELREFERENCE

🌐 Endpoint

/values/feedbackResponder/feedbackResponder GET

🔙 Back to Table of Contents


workdayperformanceenablement.promptValues.getInstances_3

Retrieves instances that can be used as values for other endpoint parameters in this service.

🛠️ Usage

const getInstances_3Response =
  await workdayperformanceenablement.promptValues.getInstances_3({});

⚙️ Parameters

limit: number

The maximum number of objects in a single response. The default and maximum is 1000.

offset: number

The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.

relatesToTag: string

The talent tag linked to the feedback question.

🔄 Return

MULTIPLEINSTANCEMODELREFERENCE

🌐 Endpoint

/values/relatesTo/relatesTo GET

🔙 Back to Table of Contents


workdayperformanceenablement.feedbackBadges.getById

Retrieves a single Feedback Badge instance

Secured by: Give Feedback

Scope: Performance Enablement, Worker Profile and Skills

🛠️ Usage

const getByIdResponse =
  await workdayperformanceenablement.feedbackBadges.getById({
    iD: "iD_example",
  });

⚙️ Parameters

iD: string

The Workday ID of the resource.

🔄 Return

FeedbackBadgeDetail9eab868ca81410001402525d054211f7

🌐 Endpoint

/feedbackBadges/{ID} GET

🔙 Back to Table of Contents


workdayperformanceenablement.feedbackBadges.getCollection

Retrieves all active Feedback Badges.

Secured by: Give Feedback

Scope: Performance Enablement, Worker Profile and Skills

🛠️ Usage

const getCollectionResponse =
  await workdayperformanceenablement.feedbackBadges.getCollection({});

⚙️ Parameters

limit: number

The maximum number of objects in a single response. The default is 20. The maximum is 100.

offset: number

The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.

🔄 Return

FeedbackBadgesGetCollectionResponse

🌐 Endpoint

/feedbackBadges GET

🔙 Back to Table of Contents


workdayperformanceenablement.giveRequestedFeedbackEvents.getCollectionFeedbackEvents

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

🛠️ Usage

const getCollectionFeedbackEventsResponse =
  await workdayperformanceenablement.giveRequestedFeedbackEvents.getCollectionFeedbackEvents(
    {}
  );

⚙️ Parameters

limit: number

The maximum number of objects in a single response. The default is 20. The maximum is 100.

offset: number

The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.

🔄 Return

GiveRequestedFeedbackEventsGetCollectionFeedbackEventsResponse

🌐 Endpoint

/giveRequestedFeedbackEvents GET

🔙 Back to Table of Contents


workdayperformanceenablement.giveRequestedFeedbackEvents.getInstance

Retrieves a single requested feedback given event instance 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

🛠️ Usage

const getInstanceResponse =
  await workdayperformanceenablement.giveRequestedFeedbackEvents.getInstance({
    iD: "iD_example",
  });

⚙️ Parameters

iD: string

The Workday ID of the resource.

🔄 Return

GiveRequestedFeedbackDetailsD396fd5bffec10000e3eba1a70440000

🌐 Endpoint

/giveRequestedFeedbackEvents/{ID} GET

🔙 Back to Table of Contents


workdayperformanceenablement.giveRequestedFeedbackEvents.updateEvent

Updates the Give Requested Feedback Event that matches the WID in the url, and the current authenticated user is a responder for the event. This endpoint is equivalent to the Give Requested Feedback task in Workday.

Secured by: Give Requested Feedback REST+TG

Scope: Performance Enablement, Worker Profile and Skills

🛠️ Usage

const updateEventResponse =
  await workdayperformanceenablement.giveRequestedFeedbackEvents.updateEvent({
    iD: "iD_example",
    dueDate: "2024-03-23T07:00:00.000Z",
    feedbackGivenDate: "2024-03-23T07:00:00.000Z",
    feedbackCreationDate: "2024-03-23T07:00:00.000Z",
    expirationDate: "2024-03-23T07:00:00.000Z",
    displayNameofResponder: true,
    feedbackPrivate: true,
    feedbackConfidential: true,
    descriptor: "Lorem ipsum dolor sit ame",
  });

⚙️ Parameters

iD: string

The Workday ID of the resource.

dueDate: string

The date the business process needs to be completed.

feedbackGivenDate: string

The date the feedback was provided.

feedbackCreationDate: string

The date the feedback event was created.

expirationDate: string

The date the feedback request expires.

displayNameofResponder: boolean

True if the feedback provider\'s name is not displayed.

The feedback comments for this feedback event. To include feedback comments in reports or notifications intended for Employees, use Feedback Comments for Self-Service Reporting instead.

feedbackPrivate: boolean

Yes if the feedback is private between the feedback provider and the worker.

feedbackConfidential: boolean

Yes if the feedback is confidential between the feedback provider and the manager. Employees, or who the feedback is about, don\'t see confidential feedback.

id: string

Id of the instance

descriptor: string

A preview of the instance

🔄 Return

GiveRequestedFeedbackDetailsD396fd5bffec10000e3eba1a70440000

🌐 Endpoint

/giveRequestedFeedbackEvents/{ID} PATCH

🔙 Back to Table of Contents


workdayperformanceenablement.workers.createFeedbackEvent

Creates a single instance of feedback for each of the specified workers with the provided data. The worker is specified by the Workday ID of the worker. You can use a returned id from GET /workers in the Staffing service /staffing.

If you want to see the status of conditionally hidden attributes for this request, call this method with the wd-metadata-api-version header. Set the header value to v1 (or the latest Workday Metadata API version). When you specify the wd-metadata-api-version header, this method returns the response metadata, instead of the actual data.

This endpoint is equivalent to the Give Feedback task in Workday. This endpoint initiates the Give Feedback business process or the Give Feedback to Multiple Recipients business process based on the request.

Secured by: Give Feedback

Scope: Performance Enablement, Worker Profile and Skills

🛠️ Usage

const createFeedbackEventResponse =
  await workdayperformanceenablement.workers.createFeedbackEvent({
    iD: "iD_example",
    hiddenFromWorker: true,
    hiddenFromManager: true,
    comment:
      "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
    feedbackGivenDate: "2024-03-23T07:00:00.000Z",
    showFeedbackProviderName: true,
    descriptor: "Lorem ipsum dolor sit ame",
  });

⚙️ Parameters

iD: string

The Workday ID of the resource.

The workers that were selected to be notified of the feedback given event.

The other workers this feedback event is about.

hiddenFromWorker: boolean

True if the feedback event is confidential between the feedback provider and the manager. Workers don\'t see confidential feedback.

hiddenFromManager: boolean

True if the feedback event is private between the feedback provider and the worker. Private feedback isn\'t shared with managers.

comment: string

The comment text for an anytime feedback event.

The anytime feedback events for the multiple recipients event.

feedbackGivenDate: string

The date the feedback was provided.

showFeedbackProviderName: boolean

True if the feedback provider\'s name has chosen to be displayed. Names not chosen to be displayed are not shared.

href: string

A link to the instance

id: string

Id of the instance

descriptor: string

A preview of the instance

🔄 Return

FeedbackEventDetailAfd6ac52d62510001086b5c85cd50000

🌐 Endpoint

/workers/{ID}/anytimeFeedbackEvents POST

🔙 Back to Table of Contents


workdayperformanceenablement.workers.getCollectionStaffing

Retrieves a collection of workers and current staffing information.

Secured by: Self-Service: Current Staffing Information, Worker Data: Public Worker Reports

Scope: Staffing

🛠️ Usage

const getCollectionStaffingResponse =
  await workdayperformanceenablement.workers.getCollectionStaffing({});

⚙️ Parameters

includeTerminatedWorkers: boolean

Include terminated workers in the output

limit: number

The maximum number of objects in a single response. The default is 20. The maximum is 100.

offset: number

The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.

search: string

Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search.

🔄 Return

WorkersGetCollectionStaffingResponse

🌐 Endpoint

/workers GET

🔙 Back to Table of Contents


workdayperformanceenablement.workers.getFeedbackEvent

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

🛠️ Usage

const getFeedbackEventResponse =
  await workdayperformanceenablement.workers.getFeedbackEvent({
    iD: "iD_example",
    subresourceID: "subresourceID_example",
  });

⚙️ Parameters

iD: string

The Workday ID of the resource.

subresourceID: string

The Workday ID of the subresource.

🔄 Return

FeedbackEventDetailAfd6ac52d62510001086b5c85cd50000

🌐 Endpoint

/workers/{ID}/anytimeFeedbackEvents/{subresourceID} GET

🔙 Back to Table of Contents


workdayperformanceenablement.workers.getFeedbackEvents

Retrieves all feedback given events about the specified worker. Could also return a feedback multiple recipient event.

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

🛠️ Usage

const getFeedbackEventsResponse =
  await workdayperformanceenablement.workers.getFeedbackEvents({
    iD: "iD_example",
  });

⚙️ Parameters

iD: string

The Workday ID of the resource.

limit: number

The maximum number of objects in a single response. The default is 20. The maximum is 100.

offset: number

The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.

🔄 Return

WorkersGetFeedbackEventsResponse

🌐 Endpoint

/workers/{ID}/anytimeFeedbackEvents GET

🔙 Back to Table of Contents


workdayperformanceenablement.workers.getGoals

Retrieves all goals for a worker with the specified ID. You can use a returned id from GET /workers in the Staffing service. The goal data includes name, description, category, tags, associated reviews, due date, completed date, status, creator, worker it is for, supporting organization goal, locked reason, and activity streamable item.

Secured by: Self-Service: Employee Goals, Worker Data: Employee Goals

Scope: Performance Enablement

🛠️ Usage

const getGoalsResponse = await workdayperformanceenablement.workers.getGoals({
  iD: "iD_example",
});

⚙️ Parameters

iD: string

The Workday ID of the resource.

limit: number

The maximum number of objects in a single response. The default is 20. The maximum is 100.

offset: number

The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.

🔄 Return

WorkersGetGoalsResponse

🌐 Endpoint

/workers/{ID}/goals GET

🔙 Back to Table of Contents


workdayperformanceenablement.workers.getRequestedEvent

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

🛠️ Usage

const getRequestedEventResponse =
  await workdayperformanceenablement.workers.getRequestedEvent({
    iD: "iD_example",
    subresourceID: "subresourceID_example",
  });

⚙️ Parameters

iD: string

The Workday ID of the resource.

subresourceID: string

The Workday ID of the subresource.

🔄 Return

RequestedFeedbackOnWorkerEventDetail2b4c8a6ca069100035b8586e16c20000

🌐 Endpoint

/workers/{ID}/requestedFeedbackOnWorkerEvents/{subresourceID} GET

🔙 Back to Table of Contents


workdayperformanceenablement.workers.getRequestedFeedbackEvents

Retrieves all requested feedback events for the specified worker. This endpoint is equivalent to the View Feedback task in Workday.

Secured by: Self-Service: Role Requested Feedback, Worker Data: Role Requested Feedback

Scope: Performance Enablement, Worker Profile and Skills

🛠️ Usage

const getRequestedFeedbackEventsResponse =
  await workdayperformanceenablement.workers.getRequestedFeedbackEvents({
    iD: "iD_example",
  });

⚙️ Parameters

iD: string

The Workday ID of the resource.

limit: number

The maximum number of objects in a single response. The default is 20. The maximum is 100.

offset: number

The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.

🔄 Return

WorkersGetRequestedFeedbackEventsResponse

🌐 Endpoint

/workers/{ID}/requestedFeedbackOnWorkerEvents GET

🔙 Back to Table of Contents


workdayperformanceenablement.workers.getSelfRequestedFeedback

Retrieves all self-requested feedback events for the specified worker. This endpoint is equivalent to the View Feedback task in Workday.

Secured by: Self-Service: Self Requested Feedback, Worker Data: Self Requested Feedback

Scope: Performance Enablement, Worker Profile and Skills

🛠️ Usage

const getSelfRequestedFeedbackResponse =
  await workdayperformanceenablement.workers.getSelfRequestedFeedback({
    iD: "iD_example",
  });

⚙️ Parameters

iD: string

The Workday ID of the resource.

limit: number

The maximum number of objects in a single response. The default is 20. The maximum is 100.

offset: number

The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object.

🔄 Return

WorkersGetSelfRequestedFeedbackResponse

🌐 Endpoint

/workers/{ID}/requestedFeedbackOnSelfEvents GET

🔙 Back to Table of Contents


workdayperformanceenablement.workers.getSelfRequestedFeedbackEvent

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

🛠️ Usage

const getSelfRequestedFeedbackEventResponse =
  await workdayperformanceenablement.workers.getSelfRequestedFeedbackEvent({
    iD: "iD_example",
    subresourceID: "subresourceID_example",
  });

⚙️ Parameters

iD: string

The Workday ID of the resource.

subresourceID: string

The Workday ID of the subresource.

🔄 Return

RequestedFeedbackOnSelfEventDetail19acce0101b310002e6bf03e1bbc0000

🌐 Endpoint

/workers/{ID}/requestedFeedbackOnSelfEvents/{subresourceID} GET

🔙 Back to Table of Contents


workdayperformanceenablement.workers.getSingleGoal

Retrieves a single goal instance for a worker with the specified ID. The goal data includes name, description, category, tags, associated reviews, due date, completed date, status, creator, worker it is for, supporting organization goal, locked reason, and activity streamable item.

Secured by: Self-Service: Employee Goals, Worker Data: Employee Goals

Scope: Performance Enablement

🛠️ Usage

const getSingleGoalResponse =
  await workdayperformanceenablement.workers.getSingleGoal({
    iD: "iD_example",
    subresourceID: "subresourceID_example",
  });

⚙️ Parameters

iD: string

The Workday ID of the resource.

subresourceID: string

The Workday ID of the subresource.

🔄 Return

GoalsSummary2c793e888bcd100033e663075a2b0000

🌐 Endpoint

/workers/{ID}/goals/{subresourceID} GET

🔙 Back to Table of Contents


workdayperformanceenablement.workers.getStaffingInformation

Retrieves a collection of workers and current staffing information.

Secured by: Self-Service: Current Staffing Information, Worker Data: Public Worker Reports

Scope: Staffing

🛠️ Usage

const getStaffingInformationResponse =
  await workdayperformanceenablement.workers.getStaffingInformation({
    iD: "iD_example",
  });

⚙️ Parameters

iD: string

The Workday ID of the resource.

🔄 Return

WorkerDataC2466b0778c610000d1936006720000e

🌐 Endpoint

/workers/{ID} GET

🔙 Back to Table of Contents


workdayperformanceenablement.workers.requestFeedbackOnSelfEvents

Secured by: Get Feedback on Self REST+TG

Scope: Performance Enablement, Worker Profile and Skills

🛠️ Usage

const requestFeedbackOnSelfEventsResponse =
  await workdayperformanceenablement.workers.requestFeedbackOnSelfEvents({
    iD: "iD_example",
    expirationDate: "2024-03-23T07:00:00.000Z",
    requestDate: "2024-03-23T07:00:00.000Z",
    feedbackOverallStatus:
      "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
    feedbackPrivate: true,
    feedbackResponders: [
      {
        descriptor: "Lorem ipsum dolor sit ame",
      },
    ],
    showFeedbackProviderName: true,
    descriptor: "Lorem ipsum dolor sit ame",
  });

⚙️ Parameters

iD: string

The Workday ID of the resource.

Feedback questions used in requested feedback events.

expirationDate: string

The date the feedback request expires.

requestDate: string

The date the feedback request was initiated.

feedbackOverallStatus: string

Overall status of the requested feedback process.

feedbackPrivate: boolean

Private feedback between the feedback provider and the worker. Private feedback isn\'t shared with managers.

The respondents who\'ve been requested to provide feedback.

showFeedbackProviderName: boolean

Whether to display the name of the responders or have them remain anonymous.

descriptor: string

A preview of the instance

id: string

Id of the instance

🔄 Return

RequestedFeedbackOnSelfEventDetail19acce0101b310002e6bf03e1bbc0000

🌐 Endpoint

/workers/{ID}/requestedFeedbackOnSelfEvents POST

🔙 Back to Table of Contents


workdayperformanceenablement.workers.requestFeedbackOnWorkerEvents

Not applicable.

Secured by: Get Feedback on ~Worker~ REST+TG

Scope: Performance Enablement, Worker Profile and Skills

🛠️ Usage

const requestFeedbackOnWorkerEventsResponse =
  await workdayperformanceenablement.workers.requestFeedbackOnWorkerEvents({
    iD: "iD_example",
    feedbackConfidential: true,
    feedbackOverallStatus:
      "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
    showFeedbackProviderName: true,
    requestDate: "2024-03-23T07:00:00.000Z",
    expirationDate: "2024-03-23T07:00:00.000Z",
    feedbackResponders: [
      {
        descriptor: "Lorem ipsum dolor sit ame",
      },
    ],
    descriptor: "Lorem ipsum dolor sit ame",
  });

⚙️ Parameters

iD: string

The Workday ID of the resource.

feedbackConfidential: boolean

Yes if the feedback is confidential between the feedback provider and the manager. Workers don\'t see confidential feedback.

feedbackOverallStatus: string

Overall status of the requested feedback process.

showFeedbackProviderName: boolean

Whether to display the name of the responders or have them remain anonymous.ccc

requestDate: string

The date the feedback request was initiated.

expirationDate: string

The date the feedback request expires.

Feedback questions used in requested feedback events.

The respondents who\'ve been requested to provide feedback.

descriptor: string

A preview of the instance

id: string

Id of the instance

🔄 Return

RequestedFeedbackOnWorkerEventDetail2b4c8a6ca069100035b8586e16c20000

🌐 Endpoint

/workers/{ID}/requestedFeedbackOnWorkerEvents POST

🔙 Back to Table of Contents


Author

This TypeScript package is automatically generated by Konfig

About

Workday provides innovative enterprise cloud applications for finance and HR, incorporating AI and machine learning to drive business success globally. Workday's TypeScript SDK for PerformanceEnablement API generated by Konfig (https://konfigthis.com/).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published