imbActivityLogResponseObject
Description of an activity Log.
XML
Attributes
| name |
type |
description |
| type |
string |
"activityLog"
|
| numberOfLogEvents |
int |
The number of activity log events available.
|
| timestampFormat |
string |
The timestamp format of the log events.
|
Elements
| name (type) |
min/max occurs |
description |
|
activityLogEntry (imbActivityLogEntry)
|
0/unbounded |
The log entries
|
JSON
| property |
type |
description |
| type |
string |
"activityLog"
|
| numberOfLogEvents |
int |
The number of activity log events available.
|
| timestampFormat |
string |
The timestamp format of the log events.
|
| activityLogEntry |
array of activityLogEntry (imbActivityLogEntry)
|
The log entries
|