Preparing search index...
The search index is not available
edocu-sdk
edocu-sdk
HistoryResponse
Interface HistoryResponse
interface
HistoryResponse
{
history
:
HistoryRow
<
keyof
ReportTypesMap
>
[]
;
static
:
{
multiplicity
:
{
[
type
:
string
]:
number
}
;
versionByOrganization
:
ResponseStaticVersionBySubject
[]
;
versionByUser
:
{
id
:
string
;
versions
:
number
}
[]
;
versionsByDay
:
{
count
:
number
;
date
:
string
}
[]
;
}
;
}
Index
Properties
history
static
Properties
history
history
:
HistoryRow
<
keyof
ReportTypesMap
>
[]
static
static
:
{
multiplicity
:
{
[
type
:
string
]:
number
}
;
versionByOrganization
:
ResponseStaticVersionBySubject
[]
;
versionByUser
:
{
id
:
string
;
versions
:
number
}
[]
;
versionsByDay
:
{
count
:
number
;
date
:
string
}
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
history
static
edocu-sdk
Loading...