DownloadTaskCommentAttachment
Download attachment associated with a comment of a specified task in sourcing project.
Input
| Name | Type | Description |
| Realm | String | Identify requested realm. |
| User | String | The user. |
| PasswordAdapter | String | The password adapter |
| ProjectId | String | Specify the unique identifier of the sourcing project for which you want to fetch details. Example, Try it out with: WS17371155. |
| TaskId | String | Specify the unique identifier of the task in a sourcing project for which you want to fetch task history. Example, Try it out with: TSK17371161. |
| CommentId | String | Specify the unique identifier of the task comment associated to a task in a sourcing project. Example, Try it out with: AAP8AGElifKNv. |
| AttachmentId | String | Specify the unique identifier of the attachment associated with the comment or history. Example, Try it out with: AAP8AGDlifKOA. |
| LocalPath | String | The absolute location where you want to save the file in. |
Result Set Columns
| Name | Type | Description |
| FileData | String | If the LocalPath and FileStream inputs are empty, file data will be output encoded in base64. |
| Success | String | Indicates whether or not the operation was successful. |
| Details | String | Any extra details on the operation's execution. |