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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
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"
})