ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
types/training
TrainingStats
Interface TrainingStats
interface
TrainingStats
{
overview
:
{
total
:
number
;
active
:
number
;
completed
:
number
;
inProgress
:
number
;
planned
:
number
;
cancelled
:
number
;
}
;
byType
:
{
type
:
string
;
count
:
number
}
[]
;
byStatus
:
{
status
:
string
;
count
:
number
}
[]
;
upcoming
:
{
id
:
string
;
title
:
string
;
startDate
:
string
;
participants
:
number
;
}
[]
;
recent
:
{
id
:
string
;
title
:
string
;
completionDate
:
string
;
participants
:
number
;
}
[]
;
}
Index
Properties
overview
by
Type
by
Status
upcoming
recent
Properties
overview
overview
:
{
total
:
number
;
active
:
number
;
completed
:
number
;
inProgress
:
number
;
planned
:
number
;
cancelled
:
number
;
}
by
Type
byType
:
{
type
:
string
;
count
:
number
}
[]
by
Status
byStatus
:
{
status
:
string
;
count
:
number
}
[]
upcoming
upcoming
:
{
id
:
string
;
title
:
string
;
startDate
:
string
;
participants
:
number
}
[]
recent
recent
:
{
id
:
string
;
title
:
string
;
completionDate
:
string
;
participants
:
number
;
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
overview
by
Type
by
Status
upcoming
recent
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...