Retrieve a forum topic or reply awaiting approval 

To retrieve a forum topic or reply that is waiting to be approved, use the edit link found in the topic or reply.

You can use this operation to obtain forum topic or reply information that you want to preserve prior to performing an update. See Update a forum topic or reply awaiting approval for more information. This method returns the Atom entry of a single topic or reply as opposed to a feed of all the entries.

See Authenticating requests for information about how to authenticate the request.

To retrieve a forum topic or reply that is awaiting approval...

  1. Retrieve the moderation service document. See Retrieve the Forums moderation service document for more details.

  2. In the service document, find the collection with the <atom:category term="approval-content" .../> child element, and make a note of the web address in its href attribute.

  3. Send a GET request to the web address you copied from the previous step. In the returned feed, find the topic or reply that you want to update, and make a note of the web address for it, which is specified in the href attribute of its rel=edit link.

  4. Send a GET request to the URL that you noted in the previous step to retrieve the Atom document for the topic or reply.

Table 1. Atom API request details

Method Resource URI Output representation
GET forum topic or reply Value of the href attribute of <link rel="edit"> element of each entry in the Post-moderated Entries feed forum topic or reply


Input

None.


Output

An Atom entry document containing the forum topic or reply.

Returned HTTP headers

HTTP/1.1 200 OK

Content-Type: application/atom+xml

Errors


Parent topic

Work with forum topics and replies that are awaiting approval


   

 

});

+

Search Tips   |   Advanced Search