getAttachment

Description

Returns CAttachment with the following fields: id, pageId, spaceKey, version, creationDate, lastModificationDate, size, name.

Return Type

CAttachment

Returns CAttachment if the attachment was found and returns null if the page/attachment is missing.

Example

CAttachment attachmentInfo = getAttachment(11800, "attachment.txt"); return attachmentInfo.name;

See also