provider Attachments GET /download/{attachment_link_id}
@utdk/front /download/{attachment_link_id}
Download attachment
Download an attachment file. Required scope: `attachments:read`
attachment_link_id path required
The Attachment ID
string

Try it

Authentication
Configure credentials for Core API
downloadAttachment
GET/download/{attachment_link_id}
Download an attachment file. Required scope: `attachments:read`

Parameters

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.downloadAttachment({
  "attachment_link_id": "fil_55c8c149"
})