CasesInternalNoteTimelineQuestionnaireResponseQuestionAnswerPair
Reads /questionnaireResponse/questionAnswerPair entries from the CasesInternalNoteTimeline table.
Workday Resource Information
Retrieves an internal note timeline item for a case with the specified internal note timeline ID. Internal note timeline items include notes, associated attachments, and tagged persons.Secured by: Help Case Internal Notes
Scope: Help
Contains attachment(s)
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.
Attachments_Aggregate
[{
comment: Text /* Questionnaire attachment comment */
fileName: Text /* File name of the attachment */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
}]
Columns
| Name | Type | ReadOnly | Description |
| CasesInternalNoteTimeline_Id | String | False |
The Workday ID of the CasesInternalNoteTimeline that contains this. |
| Cases_Id | String | False |
The Workday ID of the Cases that owns this. |
| Answer | String | False |
Answer text. |
| Attachments_Aggregate | String | False |
Questionnaire Attachments. |
| Question | String | False |
Question body. |
| Desc_Prompt | Bool | False |
If true, sorts results in descending order. |
| Flag_Prompt | String | False |
Retrieves cases with the assigned flag(s). |
| Label_Prompt | String | False |
Retrieves cases with the assigned label(s). |
| MyCases_Prompt | Bool | False |
Retrieves cases owned by the processing user. |
| OpenCases_Prompt | Bool | False |
Retrieves open cases and cases that were resolved or canceled less than 7 days ago. |
| Sort_Prompt | String | False |
The field to sort results by. The default is creationDate. Note: Currently supports creationDate only. |
| Status_Prompt | String | False |
Retrieves cases with the specified status(es). |
| Substatus_Prompt | String | False |
Retrieves cases with the specified substatus(es). |
| Team_Prompt | String | False |
Retrieves cases with the specified service team(s). |