provider Attachments GET /comments/{comment_id}/download/{attachment_link_id}
@utdk/front /comments/{comment_id}/download/{attachment_link_id}
Download attachment for a comment
Download an attachment file for a given comment ID Required scope: `attachments:read`
comment_id path required
The Comment ID
string
attachment_link_id path required
The Attachment ID
string

Try it

Authentication
Configure credentials for Core API
downloadAttachmentForAComment
GET/comments/{comment_id}/download/{attachment_link_id}
Download an attachment file for a given comment ID Required scope: `attachments:read`

Parameters

required

The Comment ID

required

The Attachment ID

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.downloadAttachmentForAComment({
  "comment_id": "com_1v3ef",
  "attachment_link_id": "fil_55c8c149"
})