Interface: ContentMetadata
Defined in: src/v1/models/contentMetadata.ts:8
Properties
_expandable?
optional _expandable?: Record<string, unknown>;Defined in: src/v1/models/contentMetadata.ts:39
currentuser?
optional currentuser?: object;Defined in: src/v1/models/contentMetadata.ts:9
_expandable?
optional _expandable?: object;_expandable.favourited?
optional favourited?: string;_expandable.lastcontributed?
optional lastcontributed?: string;_expandable.lastmodified?
optional lastmodified?: string;_expandable.scheduled?
optional scheduled?: string;_expandable.viewed?
optional viewed?: string;favourited?
optional favourited?: object;favourited.favouritedDate?
optional favouritedDate?: Date;favourited.isFavourite?
optional isFavourite?: boolean;lastcontributed?
optional lastcontributed?: object;lastcontributed.status?
optional status?: string;lastcontributed.when?
optional when?: Date;lastmodified?
optional lastmodified?: object;lastmodified.friendlyLastModified?
optional friendlyLastModified?: string;lastmodified.version?
optional version?: Version;scheduled?
optional scheduled?: Record<string, unknown>;viewed?
optional viewed?: object;viewed.friendlyLastSeen?
optional friendlyLastSeen?: string;viewed.lastSeen?
optional lastSeen?: Date;frontend?
optional frontend?: Record<string, unknown>;Defined in: src/v1/models/contentMetadata.ts:36
labels?
optional labels?:
| object[]
| {
[key: string]: unknown;
_links?: {
[key: string]: unknown;
base?: string;
byOperation?: string;
collection?: string;
context?: string;
download?: string;
editui?: string;
edituiv2?: string;
next?: string;
prev?: string;
self?: string;
tinyui?: string;
webui?: string;
};
limit?: number;
results: object[];
size: number;
start?: number;
};Defined in: src/v1/models/contentMetadata.ts:37
mediaType?
optional mediaType?: string;Defined in: src/v1/models/contentMetadata.ts:38
properties?
optional properties?: object;Defined in: src/v1/models/contentMetadata.ts:35
Index Signature
[key: string]: unknownbase?
optional base?: string;Base URL of the Confluence site.
byOperation?
optional byOperation?: string;Link to the restrictions grouped by operation.
collection?
optional collection?: string;Link to the collection this entity belongs to.
context?
optional context?: string;Context path of the Confluence site.
download?
optional download?: string;Download link for the content.
editui?
optional editui?: string;Edit UI link of the content.
edituiv2?
optional edituiv2?: string;Edit UI (v2 editor) link of the content.
next?
optional next?: string;Relative URL of the next page of results.
prev?
optional prev?: string;Relative URL of the previous page of results.
self?
optional self?: string;Canonical link to this entity.
tinyui?
optional tinyui?: string;Short web UI link of the content.
webui?
optional webui?: string;Web UI link of the content.