| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiLogId |
Id (key) of ApiLog |
integer |
Required |
| UserName |
User name of calling client |
string |
Required |
| LogDate |
Logging date |
date |
Required |
| LogType |
Type of API call |
string |
Required |
| LogStatus |
Status of API call |
string |
Required |
| LogFunction |
Called function / Endpoint |
string |
Required |
| LogMethod |
Called function / Method |
string |
Required |
| LogDescription |
Description from called function |
string |
Required |
| LogRequestBody |
Request body from called function |
string |
None. |
| LogResponseStatusCode |
Response status code of called function |
integer |
Required |
| ClientIpAddress |
IP-Address from calling client |
string |
Required |
| ClientUrl |
Url called from client |
string |
Required |
| ResponseTime |
response time for API call |
decimal number |
Required |
| PersonId |
Id (foreign key) for Person |
integer |
None. |