Magidoc

Attachment
Object

Represents a digital asset associated with an object (e.g. a text file, photo, screenshot, etc.).

Fields

#

author

The User that authored the Attachment.

fileContentType

The content type of the file associated with the Attachment.

fileDownloadCount

The number of times the file associated with the Attachment has been downloaded.

fileFingerprint

The checksum of the file associated with the Attachment.

fileName

The name of the file associated with the Attachment.

fileSize

The size of the file associated with the Attachment in bytes.

fileUpdatedAt

The date and time when the file associated with the Attachment was last updated.

fileUrl

The authorized url of the Attachment.

fileUrlExpiresAt

The date and time when the authorized url of the Attachment expires.

name

The name of the Attachment.

organization

The Organization associated with the Attachment.

owner

The object that the Attachment belongs to.

shares

A list of SharedAttachments associated with the Attachment.

type

The type of the Attachment.

Usages

#

References

#

  • Field originalFile from Asset
  • Field previewFile from Asset
  • Field processedFile from Asset