ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/models/system
SystemLog
Interface SystemLog
interface
SystemLog
{
id
:
string
;
event
:
string
;
userId
:
string
;
createdAt
:
Date
;
entityId
?:
string
|
null
;
entityType
?:
string
|
null
;
description
?:
string
|
null
;
ipAddress
?:
string
|
null
;
user
?:
User
;
meta
?:
JSON
;
}
Index
Properties
id
event
user
Id
created
At
entity
Id?
entity
Type?
description?
ip
Address?
user?
meta?
Properties
id
id
:
string
event
event
:
string
user
Id
userId
:
string
created
At
createdAt
:
Date
Optional
entity
Id
entityId
?:
string
|
null
Optional
entity
Type
entityType
?:
string
|
null
Optional
description
description
?:
string
|
null
Optional
ip
Address
ipAddress
?:
string
|
null
Optional
user
user
?:
User
Optional
meta
meta
?:
JSON
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
event
user
Id
created
At
entity
Id
entity
Type
description
ip
Address
user
meta
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...