Get a list of comments that require action 

Get a feed that lists the comments that are awaiting action by the moderator.

The user authenticating the request must be the moderator of the Blogs application.

Table 1. Atom API request details

Resource Description
From the moderation service document, find the comments-moderation workspace. Use the web address in the href attribute of the <collection> element that contains the <category term="approval-content" ... /> element. A feed that lists the comments that are 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
community Unique ID of a community. Limits the entries returned to include only those that are part of the specified community's blog.
endDate Atom date or long integer. Limits entries returned to only those created before the specified date. If not specified, defaults to now.
lang Specifies the language of the entry.
page Page number. Specifies the page to be returned. The first page is page 0.
ps Page size. Specifies the number of entries to return per page. The default is 25.
sortBy Specifies what value to use as the basis for organizing the entries returned in the feed. The only option is date.
sortOrder Specifies the order in which to list the feed entries. The options are:
asc

    Displays the entries in ascending order.

desc

    Displays the entries in descending order.

startDate Atom date or long integer. Limits the entries returned to only those created after the specified date.
status Limits the number of entries returned to include only those having the specified status. The options are:

  • pending

  • rejected

The default is pending.


Output

An Atom feed containing the comments that are awaiting moderator action.


Parent topic

Work with comments that are awaiting approval


   

 

});

+

Search Tips   |   Advanced Search