getLogEntries
suspend fun getLogEntries(startIndex: Int? = null, limit: Int? = null, minDate: ERROR CLASS: Symbol not found for DateTime?? = null, hasUserId: Boolean? = null): Response<ERROR CLASS: Symbol not found for ActivityLogEntryQueryResult>
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.