Skip to content

Interface: ContentHistory

Defined in: src/v1/models/contentHistory.ts:8

Properties

_expandable?

ts
optional _expandable?: object;

Defined in: src/v1/models/contentHistory.ts:20

contributors?

ts
optional contributors?: string;

lastOwnedBy?

ts
optional lastOwnedBy?: string;

lastUpdated?

ts
optional lastUpdated?: string;

nextVersion?

ts
optional nextVersion?: string;

ownedBy?

ts
optional ownedBy?: string;

previousVersion?

ts
optional previousVersion?: string;

ts
optional _links?: object;

Defined in: src/v1/models/contentHistory.ts:28

Index Signature

ts
[key: string]: unknown

base?

ts
optional base?: string;

Base URL of the Confluence site.

byOperation?

ts
optional byOperation?: string;

Link to the restrictions grouped by operation.

collection?

ts
optional collection?: string;

Link to the collection this entity belongs to.

context?

ts
optional context?: string;

Context path of the Confluence site.

download?

ts
optional download?: string;

Download link for the content.

editui?

ts
optional editui?: string;

Edit UI link of the content.

edituiv2?

ts
optional edituiv2?: string;

Edit UI (v2 editor) link of the content.

next?

ts
optional next?: string;

Relative URL of the next page of results.

prev?

ts
optional prev?: string;

Relative URL of the previous page of results.

self?

ts
optional self?: string;

Canonical link to this entity.

tinyui?

ts
optional tinyui?: string;

Short web UI link of the content.

webui?

ts
optional webui?: string;

Web UI link of the content.


contributors?

ts
optional contributors?: object;

Defined in: src/v1/models/contentHistory.ts:16

publishers?

ts
optional publishers?: UsersUserKeys;

createdBy?

ts
optional createdBy?: User;

Defined in: src/v1/models/contentHistory.ts:10


createdDate?

ts
optional createdDate?: Date;

Defined in: src/v1/models/contentHistory.ts:13


lastOwnedBy?

ts
optional lastOwnedBy?: User;

Defined in: src/v1/models/contentHistory.ts:12


lastUpdated?

ts
optional lastUpdated?: Version;

Defined in: src/v1/models/contentHistory.ts:14


latest

ts
latest: boolean;

Defined in: src/v1/models/contentHistory.ts:9


nextVersion?

ts
optional nextVersion?: Version;

Defined in: src/v1/models/contentHistory.ts:19


ownedBy?

ts
optional ownedBy?: User;

Defined in: src/v1/models/contentHistory.ts:11


previousVersion?

ts
optional previousVersion?: Version;

Defined in: src/v1/models/contentHistory.ts:15