Preparing search index...
The search index is not available
JakSec Backend - v1.0.0
JakSec Backend
controllers/worklogcontroller
WorkLogEntryCreate
Interface WorkLogEntryCreate
interface
WorkLogEntryCreate
{
courseId
:
number
;
description
:
string
;
endTime
:
Date
;
startTime
:
Date
;
status
:
0
|
1
|
2
|
3
;
userId
:
number
;
work_log_course_id
?:
number
;
work_log_practicum_id
?:
number
;
}
Index
Properties
course
Id
description
end
Time
start
Time
status
user
Id
work_
log_
course_
id?
work_
log_
practicum_
id?
Properties
course
Id
courseId
:
number
description
description
:
string
end
Time
endTime
:
Date
start
Time
startTime
:
Date
status
status
:
0
|
1
|
2
|
3
user
Id
userId
:
number
Optional
work_
log_
course_
id
work_log_course_id
?:
number
Optional
work_
log_
practicum_
id
work_log_practicum_id
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
course
Id
description
end
Time
start
Time
status
user
Id
work_
log_
course_
id
work_
log_
practicum_
id
JakSec Backend - v1.0.0
Loading...