ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
types/training
EmployeeTraining
Interface EmployeeTraining
interface
EmployeeTraining
{
id
:
string
;
employeeId
:
string
;
trainingId
:
string
;
status
:
"CANCELLED"
|
"COMPLETED"
|
"IN_PROGRESS"
|
"PLANNED"
;
score
?:
number
;
certificate
?:
string
;
completionDate
?:
string
;
notes
?:
string
;
report
?:
string
;
reportDate
?:
string
;
createdAt
:
string
;
updatedAt
:
string
;
employee
?:
{
id
:
string
;
firstName
:
string
;
lastName
:
string
;
employeeNumber
:
string
;
user
?:
{
email
:
string
}
;
}
;
training
?:
Training
;
files
?:
{
id
:
string
;
filename
:
string
;
url
:
string
;
size
:
number
;
mimetype
:
string
;
createdAt
:
string
;
}
[]
;
}
Index
Properties
id
employee
Id
training
Id
status
score?
certificate?
completion
Date?
notes?
report?
report
Date?
created
At
updated
At
employee?
training?
files?
Properties
id
id
:
string
employee
Id
employeeId
:
string
training
Id
trainingId
:
string
status
status
:
"CANCELLED"
|
"COMPLETED"
|
"IN_PROGRESS"
|
"PLANNED"
Optional
score
score
?:
number
Optional
certificate
certificate
?:
string
Optional
completion
Date
completionDate
?:
string
Optional
notes
notes
?:
string
Optional
report
report
?:
string
Optional
report
Date
reportDate
?:
string
created
At
createdAt
:
string
updated
At
updatedAt
:
string
Optional
employee
employee
?:
{
id
:
string
;
firstName
:
string
;
lastName
:
string
;
employeeNumber
:
string
;
user
?:
{
email
:
string
}
;
}
Optional
training
training
?:
Training
Optional
files
files
?:
{
id
:
string
;
filename
:
string
;
url
:
string
;
size
:
number
;
mimetype
:
string
;
createdAt
:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
employee
Id
training
Id
status
score
certificate
completion
Date
notes
report
report
Date
created
At
updated
At
employee
training
files
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...