Get a list of flagged forum topics and replies 

Get a feed that lists the forum topics and replies that have been flagged as inappropriate and are awaiting action by the moderator.

The user authenticating the request must be a global-moderator of the Forums application.

Table 1. Atom API request details

Resource Description
From the moderation service document, use the web address in the href attribute of the <collection> element that contains the <category term="review-content" ... /> element A feed that lists the forum topics and replies that are flagged and awaiting action.

You can use one or more of the input parameters to limit the number of posts returned in the feed. Separate multiple parameters with an ampersand (&).

Table 2. Input parameters

Parameter Description
communityUuid Unique ID of a community. Limits the entries returned to include only those that are part of the specified community forum.
page Page number. Specifies the page to be returned. The first page is page 1.
ps Page size. Specifies the number of entries to return per page.
status Limits the number of entries returned to include only those having the specified status. The options are as follows:

  • isFlagged

  • quarantined

The default value is isFlagged.


Output

An Atom feed containing the forum topics and replies that have been flagged as inappropriate.


Parent topic

Work with flagged forum topics and replies


   

 

});

+

Search Tips   |   Advanced Search