Main Models
Log
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/log/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/log
Fields
Name |
Label |
Type |
Required |
Readonly |
id |
ID |
int |
no |
yes |
created |
Date |
datetime |
yes |
no |
server |
Server |
string |
no |
no |
tenant |
Tenant |
string |
no |
no |
user |
User |
int |
no |
no |
name |
Username |
string |
no |
no |
customer |
Customer |
int |
no |
no |
customerName |
Client name |
string |
no |
no |
method |
Method |
string |
no |
no |
status |
Status |
int |
no |
no |
url |
URL |
text |
no |
no |
route |
Route |
text |
no |
no |
millis |
Millis |
int |
no |
no |
bytesWriten |
Bytes written |
int |
no |
no |
steps |
Steps |
int |
no |
no |
allocations |
Allocations |
int |
no |
no |
isApp |
Is app |
bool |
yes |
no |
isError |
Is error |
bool |
yes |
no |
send |
Send |
bool |
yes |
no |
ip |
IP |
string |
no |
no |
headers |
Headers |
json |
no |
no |
userAgent |
User Agent |
text |
no |
no |
description |
Description |
text |
no |
no |
message |
Body |
text |
no |
no |
info |
Info |
string |
no |
no |
form |
Form |
json |
no |
no |