CasesTimelineAttachments
Reads /attachments entries from the CasesTimeline table.
Workday Resource Information
Retrieves a timeline item for a case with the specified timeline ID. Comment timeline items include comments and associated attachments. Action timeline items include an action with an action text. Creation timeline items include a description, associated attachments and a questionnaire answer if applicable.Secured by: REST API Public
Contains attachment(s)
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| CasesTimeline_Id [KEY] | String | False |
The Workday ID of the CasesTimeline that contains this. |
| Cases_Id [KEY] | String | False |
The Workday ID of the Cases that owns this. |
| Comment | String | False |
Questionnaire attachment comment |
| ContentType_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| FileLength | Decimal | False |
File length of the attachment |
| FileName | String | False |
File name of the attachment |
| Href | String | False |
A link to the instance |
| Desc_Prompt | Bool | False |
If true, sorts results in descending order. |
| 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. |