RequestsQuestionnaireResponsesQuestionnaireAnswers
Reads /questionnaireResponses/questionnaireAnswers entries from the Requests table.
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
Aggregate Fields
The provider 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.
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.
QuestionnaireAttachments_Aggregate
[{
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 */
}
descriptor: Text /* A preview of the instance */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
id: Text /* Id of the instance */
}]
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Requests_Id [KEY] | String | False |
The Workday ID of the Requests that contains this. |
| AnswerDate | Datetime | False |
The answer in a date format. |
| AnswerMultipleChoiceOrder | String | False |
The Question Multiple Choice Answer Order for Questionnaire Answer (REST API) |
| AnswerMultipleChoices_Aggregate | String | False |
Question Multiple Choice Answers for question answer |
| AnswerMutlipleChoice_Descriptor | String | False |
A description of the instance |
| AnswerMutlipleChoice_Href | String | False |
A link to the instance |
| AnswerMutlipleChoice_Id | String | False |
wid / id / reference id |
| AnswerNumeric | Decimal | False |
The answer in a numeric format. |
| AnswerText | String | False |
The text answer for a questionnaire. |
| Branching | Bool | False |
Is Answer for a Branching Question |
| Descriptor | String | False |
A preview of the instance |
| QuestionBody | String | False |
The question body for a questionnaire answer in rich text. |
| QuestionItem_Descriptor | String | False |
A description of the instance |
| QuestionItem_Href | String | False |
A link to the instance |
| QuestionItem_Id | String | False |
wid / id / reference id |
| QuestionOrder | String | False |
The Question Item Order for Questionnaire Answer (REST API) |
| QuestionnaireAttachments_Aggregate | String | False |
Questionnaire Attachments for Questionnaire Response. |
| CompletedOnOrAfter_Prompt | Date | False | |
| CompletedOnOrBefore_Prompt | Date | False | |
| InitiatedOnOrAfter_Prompt | Date | False | |
| InitiatedOnOrBefore_Prompt | Date | False | |
| Initiator_Prompt | String | False |
The WID for the person who initiated the request. You can GET /workers in the /common service to retrieve a worker's WID. |
| OnBehalfOf_Prompt | String | False |
The Workday ID of the person this request is being initiated on behalf of. |
| RequestId_Prompt | String | False |
The ID of the request based on the ID generator format. |
| RequestSubtype_Prompt | String | False |
The Workday ID of the request subtype. You can specify more than 1 requestSubtype query parameter. |
| RequestType_Prompt | String | False |
The Workday ID of the request type. You can specify more than 1 requestType query parameter. |
| ResolutionDetails_Prompt | String | False |
The Workday ID of the resolution details. You can specify more than 1 resolutionDetails query parameter. |
| Resolution_Prompt | String | False |
The Workday ID of the resolution of the request. You can specify more than 1 resolution query parameter. |
| WorkdayObjectValue_Prompt | String | False |
The Workday ID of the business object associated with the request. |