getSystemActivitylogEntries
Gets activity log entries
Requires authentication as administrator
getSystemActivitylogEntries
Request
get /System/ActivityLog/Entries
Parameters
Name | In | Type | Default | Notes |
---|---|---|---|---|
StartIndex | query | Optional. The record index to start at. All items with a lower index will be dropped from the results. |
||
Limit | query | Optional. The maximum number of records to return |
||
MinDate | query | Optional. The minimum date. Format = ISO |
Responses
Status Code | Type | Description | Samples |
---|---|---|---|
200 | QueryResult_ActivityLogEntry | Operation successful. Returning a QueryResult
|
|
400 | Bad Request. Server cannot process request. |
||
401 | Unauthorized. Client needs to authenticate. |
||
403 | Forbidden. No permission for the reqested operation. |
||
404 | Resource not found or unavailable. |
||
500 | Server error. |
Definitions
QueryResult_ActivityLogEntry
QueryResult_ActivityLogEntry
Name | Type | Notes |
---|---|---|
Items | ActivityLogEntry[] | |
TotalRecordCount | integer (int32) |
ActivityLogEntry
Name | Type | Notes |
---|---|---|
Id | integer (int64) | The identifier. |
Name | string | The name. |
Overview | string | The overview. |
ShortOverview | string | The short overview. |
Type | string | The type. |
ItemId | string | The item identifier. |
Date | string (date-time) | The date. |
UserId | string | The user identifier. |
UserPrimaryImageTag | string | The user primary image tag. |
Severity | LogSeverity | Enum LogSeverity |
LogSeverity
Enum Values
- Info
- Debug
- Warn
- Error
- Fatal