CData Python Connector for Workday

Build 25.0.9454

RequestsQuestionnaireResponsesQuestionnaireAnswers

Contains answers submitted for questionnaire responses associated with specific requests.

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 connector 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.

AnswerMultipleChoices_Aggregate


[{
  descriptor: Text /* The display name of the instance */
  id: Text /* Id of the instance */
}]

QuestionnaireAttachments_Aggregate


[{
  contentType: { /* Content type of the attachment */
     -descriptor: Text /* The display name of the instance */
     -href: Text /* A link to the instance */
     *id: Text /* wid / id / reference id */
  }
  descriptor: Text /* The display name 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

The unique identifier for the instance, typically used as the primary key within the database.

Requests_Id [KEY] String False

The Workday ID of the request that contains this specific questionnaire answer.

AnswerDate Datetime False

The date when the answer was provided, formatted as a date.

AnswerMultipleChoiceOrder String False

The order in which multiple choice answers are presented for a specific question in the questionnaire (used in the REST API).

AnswerMutlipleChoice_Descriptor String False

The display name of the instance

AnswerMutlipleChoice_Href String False

A link to the detailed instance of the multiple choice answer.

AnswerMutlipleChoice_Id String False

The unique Workday ID or reference ID for the multiple choice answer.

AnswerNumeric Decimal False

The numeric answer provided for a question, typically used for quantitative responses.

AnswerText String False

The textual response provided for a questionnaire item.

Branching Bool False

Indicates whether the answer is for a branching question, which affects the flow of the questionnaire.

Descriptor String False

The display name of the instance

QuestionBody String False

The question body for a questionnaire answer.

QuestionItem_Descriptor String False

The display name of the instance

QuestionItem_Href String False

A link to the specific question item instance for further details.

QuestionItem_Id String False

The unique identifier for the question item, typically a Workday ID or reference ID.

QuestionOrder String False

The order in which the question item appears in the questionnaire, used for structuring the questionnaire (available via the REST API).

QuestionnaireAttachments_Aggregate String False

A list of all attachments related to the questionnaire response, aggregated into a single value.

CompletedOnOrAfter_Prompt Date False

A prompt that allows filtering requests completed on or after the specified date.

CompletedOnOrBefore_Prompt Date False

A prompt that allows filtering requests completed on or before the specified date.

InitiatedOnOrAfter_Prompt Date False

A prompt to filter requests initiated on or after the specified date.

InitiatedOnOrBefore_Prompt Date False

A prompt to filter requests initiated on or before the specified date.

Initiator_Prompt String False

The Workday ID for the individual who initiated the request. This can be retrieved by querying the /workers endpoint in the /common service.

OnBehalfOf_Prompt String False

The Workday ID of the person on behalf of whom the request is being initiated.

RequestId_Prompt String False

The ID of the request, typically following an ID generation format for unique identification.

RequestSubtype_Prompt String False

The Workday ID of the request subtype. Multiple requestSubtype query parameters can be specified for more specific filtering.

RequestType_Prompt String False

The Workday ID of the request type. Multiple requestType query parameters can be specified for filtering requests by type.

ResolutionDetails_Prompt String False

The Workday ID of the resolution details for the request. Multiple resolutionDetails query parameters can be specified for filtering.

Resolution_Prompt String False

The Workday ID of the resolution associated with the request. Multiple resolution query parameters can be specified for filtering.

WorkdayObjectValue_Prompt String False

The Workday ID of the business object related to the request, providing context about the object associated with the request.

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