interface GetAttachments {
    expand?: string | string[] | ("container" | "body" | "metadata" | "history" | "childTypes.all" | "childTypes.attachment" | "childTypes.comment" | "childTypes.page" | "metadata.currentuser" | "metadata.properties" | "metadata.labels" | "metadata.frontend" | "operations" | "children.page" | "children.attachment" | "children.comment" | "restrictions.read.restrictions.user" | "restrictions.read.restrictions.group" | "restrictions.update.restrictions.user" | "restrictions.update.restrictions.group" | "history.lastUpdated" | "history.previousVersion" | "history.contributors" | "history.nextVersion" | "ancestors" | "version" | "descendants.page" | "descendants.attachment" | "descendants.comment" | "space" | "extensions.inlineProperties" | "extensions.resolution")[] | Parameters.GetAttachments.Expand[];
    filename?: string;
    id: string;
    limit?: number;
    mediaType?: string;
    start?: number;
}

Properties

expand?: string | string[] | ("container" | "body" | "metadata" | "history" | "childTypes.all" | "childTypes.attachment" | "childTypes.comment" | "childTypes.page" | "metadata.currentuser" | "metadata.properties" | "metadata.labels" | "metadata.frontend" | "operations" | "children.page" | "children.attachment" | "children.comment" | "restrictions.read.restrictions.user" | "restrictions.read.restrictions.group" | "restrictions.update.restrictions.user" | "restrictions.update.restrictions.group" | "history.lastUpdated" | "history.previousVersion" | "history.contributors" | "history.nextVersion" | "ancestors" | "version" | "descendants.page" | "descendants.attachment" | "descendants.comment" | "space" | "extensions.inlineProperties" | "extensions.resolution")[] | Parameters.GetAttachments.Expand[]

A multi-value parameter indicating which properties of the content to expand.

filename?: string

Filter the results to attachments that match the filename.

id: string

The ID of the content to be queried for its attachments.

limit?: number

The maximum number of attachments to return per page. Note, this may be restricted by fixed system limits.

mediaType?: string

Filter the results to attachments that match the media type.

start?: number

The starting index of the returned attachments.

Generated using TypeDoc v0.25.12