RequestsQuestionnaireResponsesSurveyTarget
Tracks the survey targets linked to questionnaire responses in request records.
Workday Resource Information
Retrieves the specified request, including the completed questionnaire associated to it. Returned results are secured based on the processing person's View access to the request.Secured by: Core Navigation
Scope: Adaptive Planning for Financial Plans, Adaptive Planning for the Workforce, Tenant Non-Configurable
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier for the instance, typically used as the primary key to reference the record within the system. |
| Requests_Id [KEY] | String | The Workday ID of the request that contains this particular record or data. |
| Descriptor | String | A brief preview or summary description of the instance, used for quick reference or identification. |
| CompletedOnOrAfter_Prompt | Date | A prompt to filter records based on the date they were completed, retrieving records completed on or after the specified date. |
| CompletedOnOrBefore_Prompt | Date | A prompt to filter records based on the date they were completed, retrieving records completed on or before the specified date. |
| InitiatedOnOrAfter_Prompt | Date | A prompt to filter records based on the date the request was initiated, retrieving records initiated on or after the specified date. |
| InitiatedOnOrBefore_Prompt | Date | A prompt to filter records based on the date the request was initiated, retrieving records initiated on or before the specified date. |
| Initiator_Prompt | String | The Workday ID of the individual who initiated the request. This can be used to retrieve the worker's details via the /common service. |
| OnBehalfOf_Prompt | String | The Workday ID of the person on whose behalf the request is being initiated, indicating who will be affected by the request. |
| RequestId_Prompt | String | The unique identifier for the request, typically based on an ID generation format, used to track and reference the request. |
| RequestSubtype_Prompt | String | The Workday ID of the request subtype, allowing you to filter requests based on specific subcategories. Multiple requestSubtype parameters can be used for more refined filtering. |
| RequestType_Prompt | String | The Workday ID of the request type, helping to categorize the request. Multiple requestType parameters can be specified for filtering requests by type. |
| ResolutionDetails_Prompt | String | The Workday ID of the resolution details associated with the request. Multiple resolutionDetails query parameters can be used for filtering requests based on specific resolution data. |
| Resolution_Prompt | String | The Workday ID of the resolution associated with the request, helping to specify the final outcome. Multiple resolution query parameters can be used for more specific filtering. |
| WorkdayObjectValue_Prompt | String | The Workday ID of the business object related to the request, providing context about the object linked with the request. |