QuartermasterModerationData
public struct QuartermasterModerationData : Content
Used to return data a moderator needs to moderate a Quartermaster item.
Returned by:
GET /api/v3/mod/quartermaster/id
-
The item in question, with quarantine masking overridden so moderators see the real text.
Declaration
Swift
var item: QuartermasterData -
TRUE if the item has been soft-deleted (A soft-deleted item appears deleted, doesn’t appear in the list or searches, but can still be viewed by moderators when accessed via a report or a moderationAction).
Declaration
Swift
var isDeleted: Bool -
The moderation status of this item. Whether it has been locked or quarantined.
Declaration
Swift
var moderationStatus: ContentModerationStatus -
Previous edits to the item.
Declaration
Swift
var edits: [QuartermasterEditLogData] -
User reports against this item.
Declaration
Swift
var reports: [ReportModerationData]
View on GitHub