TDV Adapter for Zoho Projects

Build 22.0.8462

TaskAttachments

Retrieve details of attachments associated to the task.

Select

This is a project-level view.
  • TaskId is required to retrieve TaskAttachments.
You can use the below query to get all TaskAttachments:
SELECT * FROM TaskAttachments WHERE TaskId = '123456000000112'

Columns

Name Type Description
TaskId String Task Id.
Id [KEY] String Task Attachment Id.
AuthorId String Task Attachment Author Id.
ContentType String Task Attachment Content Type.
DocsDownloadUrl String Task Attachment Docs Download Url.
DownloadUrl String Task Attachment Download.
Extension String Task Attachment Extension.
Filename String Task Attachment Filename.
Owner String Task Attachment Owner.
Size Integer Task Attachment size in bytes..
TaskId Long Task Attachment Task Id.
ThumbnailUrl String Task Attachment Thumbnail Url.
UploadedTime Long Task Attachment Uploaded Time.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462