QueryStatusesQueryParams

data class QueryStatusesQueryParams(val subject: Uri? = null, val comment: String? = null, val reportedAfter: Timestamp? = null, val reportedBefore: Timestamp? = null, val reviewedAfter: Timestamp? = null, val reviewedBefore: Timestamp? = null, val includeMuted: Boolean? = null, val reviewState: String? = null, val ignoreSubjects: ReadOnlyList<Uri> = persistentListOf(), val lastReviewedBy: Did? = null, val sortField: String? = "lastReportedAt", val sortDirection: String? = "desc", val takendown: Boolean? = null, val appealed: Boolean? = null, val limit: Long? = 50, val tags: ReadOnlyList<String> = persistentListOf(), val excludeTags: ReadOnlyList<String> = persistentListOf(), val cursor: String? = null)

Constructors

Link copied to clipboard
constructor(subject: Uri? = null, comment: String? = null, reportedAfter: Timestamp? = null, reportedBefore: Timestamp? = null, reviewedAfter: Timestamp? = null, reviewedBefore: Timestamp? = null, includeMuted: Boolean? = null, reviewState: String? = null, ignoreSubjects: ReadOnlyList<Uri> = persistentListOf(), lastReviewedBy: Did? = null, sortField: String? = "lastReportedAt", sortDirection: String? = "desc", takendown: Boolean? = null, appealed: Boolean? = null, limit: Long? = 50, tags: ReadOnlyList<String> = persistentListOf(), excludeTags: ReadOnlyList<String> = persistentListOf(), cursor: String? = null)

Properties

Link copied to clipboard
val appealed: Boolean? = null

Get subjects in unresolved appealed status

Link copied to clipboard
val comment: String? = null

Search subjects by keyword from comments

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val includeMuted: Boolean? = null

By default, we don't include muted subjects in the results. Set this to true to include them.

Link copied to clipboard
val lastReviewedBy: Did? = null

Get all subject statuses that were reviewed by a specific moderator

Link copied to clipboard
val limit: Long? = 50
Link copied to clipboard

Search subjects reported after a given timestamp

Link copied to clipboard

Search subjects reported before a given timestamp

Link copied to clipboard

Search subjects reviewed after a given timestamp

Link copied to clipboard

Search subjects reviewed before a given timestamp

Link copied to clipboard
val reviewState: String? = null

Specify when fetching subjects in a certain state

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subject: Uri? = null
Link copied to clipboard
Link copied to clipboard
val takendown: Boolean? = null

Get subjects that were taken down

Functions

Link copied to clipboard