Skip to main content

Interface: ModerationParams

types/moderation.ModerationParams

ModerationParams

Hierarchy

Properties

days_blocked

Optional days_blocked: string

"days" or "forever"

Defined in

types/moderation.ts:12


limit

Optional limit: number

Number of results to return per page.

Inherited from

BaseSearchParams.limit

Defined in

types/baseParams.ts:9


offset

Optional offset: number

The initial index from which to return the results.

Inherited from

BaseSearchParams.offset

Defined in

types/baseParams.ts:13


order_by

Optional order_by: string

Default ordering is: -date_joined. Other valid fields are: expire_at, blocked_at

Defined in

types/moderation.ts:16


Optional search: string

A search term.

Inherited from

BaseSearchParams.search

Defined in

types/baseParams.ts:24