Source Code
Preparing search index...
The search index is not available
@resolution/confluence-api-client
@resolution/confluence-api-client
index
ContentHistory
Interface ContentHistory
interface
ContentHistory
{
_expandable
?:
{
contributors
?:
string
;
lastOwnedBy
?:
string
;
lastUpdated
?:
string
;
nextVersion
?:
string
;
ownedBy
?:
string
;
previousVersion
?:
string
;
}
&
{
[
key
:
string
]
:
unknown
;
}
;
_links
?:
GenericLinks
;
contributors
?:
{
publishers
?:
null
|
UsersUserKeys
;
}
&
{
[
key
:
string
]
:
unknown
;
}
;
createdBy
?:
null
|
UserV1
;
createdDate
?:
string
;
lastOwnedBy
?:
null
|
UserV1
;
lastUpdated
?:
null
|
VersionV1
;
latest
:
boolean
;
nextVersion
?:
null
|
VersionV1
;
ownedBy
?:
null
|
UserV1
;
previousVersion
?:
null
|
VersionV1
;
}
Hierarchy
Record
<
string
,
unknown
>
ContentHistory
Index
Properties
_expandable?
_links?
contributors?
created
By?
created
Date?
last
Owned
By?
last
Updated?
latest
next
Version?
owned
By?
previous
Version?
Properties
Optional
_expandable
_expandable
?:
{
contributors
?:
string
;
lastOwnedBy
?:
string
;
lastUpdated
?:
string
;
nextVersion
?:
string
;
ownedBy
?:
string
;
previousVersion
?:
string
;
}
&
{
[
key
:
string
]
:
unknown
;
}
Optional
_links
_links
?:
GenericLinks
Optional
contributors
contributors
?:
{
publishers
?:
null
|
UsersUserKeys
;
}
&
{
[
key
:
string
]
:
unknown
;
}
Optional
created
By
created
By
?:
null
|
UserV1
Optional
created
Date
created
Date
?:
string
Optional
last
Owned
By
last
Owned
By
?:
null
|
UserV1
Optional
last
Updated
last
Updated
?:
null
|
VersionV1
latest
latest
:
boolean
Optional
next
Version
next
Version
?:
null
|
VersionV1
Optional
owned
By
owned
By
?:
null
|
UserV1
Optional
previous
Version
previous
Version
?:
null
|
VersionV1
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_expandable
_links
contributors
created
By
created
Date
last
Owned
By
last
Updated
latest
next
Version
owned
By
previous
Version
Source Code
@resolution/confluence-api-client
Loading...