GetHistoricalStatsQueryParams

data class GetHistoricalStatsQueryParams(val queueId: Long? = null, val moderatorDid: Did? = null, val reportTypes: List<String>? = null, val startDate: Timestamp? = null, val endDate: Timestamp? = null, val limit: Long? = 30, val cursor: String? = null)

Parameters

queueId

Filter stats by queue. Use -1 for unqueued reports.

moderatorDid

Filter stats by moderator DID.

reportTypes

Filter stats by report types.

startDate

Earliest date to include (inclusive).

endDate

Latest date to include (inclusive).

limit

Maximum number of entries to return.

cursor

Pagination cursor.

Constructors

Link copied to clipboard
constructor(queueId: Long? = null, moderatorDid: Did? = null, reportTypes: List<String>? = null, startDate: Timestamp? = null, endDate: Timestamp? = null, limit: Long? = 30, cursor: String? = null)

Properties

Link copied to clipboard

Pagination cursor.

Link copied to clipboard

Latest date to include (inclusive).

Link copied to clipboard
val limit: Long?

Maximum number of entries to return.

Link copied to clipboard

Filter stats by moderator DID.

Link copied to clipboard

Filter stats by queue. Use -1 for unqueued reports.

Link copied to clipboard

Filter stats by report types.

Link copied to clipboard

Earliest date to include (inclusive).

Functions

Link copied to clipboard