interface GetAttachmentContent {
    id: string;
    redirect?: boolean;
}

Properties

Properties

id: string

The ID of the attachment.

redirect?: boolean

Whether a redirect is provided for the attachment download. Clients that do not automatically follow redirects can set this to false to avoid making multiple requests to download the attachment.