This object represents a log entry. Every HTTP requests to the system generates such a log entry.
| Property | Type | Description |
|---|---|---|
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the object |
| ip | String | The remote IP which has initiated the request |
| userAgent | String | The user agent provided by the HTTP user agent header |
| method | String | The HTTP method i.e. GET or POST |
| path | String | The target path |
| header | String | The provided HTTP headers |
| body | String | The provided HTTP body |
| date | DateTime | Insert date of this request |
| errors | An array of errors which occurred through this request |