getLogEntries

getLogEntries( maxResults : integer ) : List of LogEntry

The getLogEntries operation returns a number of entries from the server log. Only entries that pertain to the current user are returned. The log entries are returned as a list of type LogEntry.

Parameters

Name

Description

Required

maxResults

Type: integer

Maximum number of results to return from the server log.

Yes

Return value

List of type LogEntry. See LogEntry.

Throws

None.

Next topic

getRoleIds