QueryLabelsRequest

data class QueryLabelsRequest(val cursor: String? = null, val limit: Long? = null, val sources: List<<Error class: unknown class>>? = null, val uriPatterns: List<String>)

Find labels relevant to the provided AT-URI patterns. Public endpoint for moderation services, though may return different or additional results with auth.

Constructors

Link copied to clipboard
constructor(cursor: String? = null, limit: Long? = null, sources: List<<Error class: unknown class>>? = null, uriPatterns: List<String>)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val limit: Long? = null
Link copied to clipboard
val sources: List<<Error class: unknown class>>? = null

Optional list of label sources (DIDs) to filter on.

Link copied to clipboard

List of AT URI patterns to match (boolean 'OR'). Each may be a prefix (ending with ''; will match inclusive of the string leading to ''), or a full URI.