Skip to main content

Interface: FlaggedContributionParams

types/moderation.FlaggedContributionParams

FlaggedContributionParams interface

Hierarchy

Properties

author

Optional author: string

Username (or part of it) of the contributes' author

Defined in

types/moderation.ts:59


content

Optional content: string

Content text (or part of it) of the contributes

Defined in

types/moderation.ts:67


contribution_id

Optional contribution_id: number

A unique integer value identifying this Contribution.

Defined in

types/moderation.ts:55


contribution_type

Optional contribution_type: string

Valid values are: post, discussion, status, comment

Defined in

types/moderation.ts:51


flagged_by

Optional flagged_by: string

Username (or part of it) of the contributes' flagger

Defined in

types/moderation.ts:63


limit

Optional limit: number

Number of results to return per page.

Inherited from

BaseGetParams.limit

Defined in

types/baseParams.ts:9


min_flags

Optional min_flags: number

Minimum number of flags received by a contribute to display it in this list.

Defined in

types/moderation.ts:47


moderation_status

Optional moderation_status: string

Moderation status of the contributes flagged

Defined in

types/moderation.ts:71


offset

Optional offset: number

The initial index from which to return the results.

Inherited from

BaseGetParams.offset

Defined in

types/baseParams.ts:13


order_by

Optional order_by: string

Default ordering is: -last_flagged_at. Other valid fields are: flag_count, last_moderated_at

Defined in

types/moderation.ts:75