getLogEntries

suspend fun getLogEntries(startIndex: Int? = null, limit: Int? = null, minDate: <Error class: unknown class>? = null, hasUserId: Boolean? = null): Response<<Error class: unknown class>>

Gets activity log entries.

Parameters

startIndex

Optional. The record index to start at. All items with a lower index will be dropped from the results.

limit

Optional. The maximum number of records to return.

minDate

Optional. The minimum date. Format = ISO.

hasUserId

Optional. Filter log entries if it has user id, or not.