Name | Description | Type | Additional information |
---|---|---|---|
PageSize |
Requested Max items in result |
integer |
Range: inclusive between 0 and 2147483647 |
PageNr |
Requested page nr |
integer |
Range: inclusive between 1 and 2147483647 |
TotalCount |
Total number of items found |
integer |
Required Range: inclusive between 0 and 2147483647 |
Count |
Number of items returned |
integer |
Required Range: inclusive between 0 and 2147483647 |
Payload |
The payload of the response. Type depends on the API request. |
Collection of EventLogItem |
None. |
Success |
Indicates if the request was successfull or not.
|
boolean |
Required |
Errors |
Error(s) accociated with the API request. |
Collection of ApiError |
None. |