Home
Get a list of inappropriate content flag options
Get a category document that lists the flags you can assign to content that you deem to be inappropriate. By flagging inappropriate content, you bring it to the attention of the site administrator.
Atom API request details
Resource Description /{homepage}/feed/issuecategories/atom A category document containing the available flags that you can associate with entries in all blogs to bring them to the attention of the administrator. {homepage} represents the blog handle of the blog configured to be the home page of the Blogs feature. The handle is defined when the home page blog is created by the administrator.
Output
An Atom category document containing the available flags that you can use to bring entries to the attention of the site administrator. HTTP request:> GET /blogs/home/feed/issuecategories/atom HTTP/1.1 > Authorization: Basic XXXXX > Host: blogs.enterprise.acme.com:9444 > Accept: */*HTTP response:
HTTP/1.1 200 OKThe following content is returned by the server:
HTTP Response:<?xml version="1.0" encoding="utf-8" ?> <categories fixed="yes" scheme="http://www.ibm.com/xmlns/prod/sn/issue" xmlns="http://www.w3.org/2007/app"> <category term="002" label="Human Resources issue" xmlns="http://www.w3.org/2005/Atom" /> <category term="001" label="Legal issue" xmlns="http://www.w3.org/2005/Atom" /> </categories>
Get data from all of the blogs
Related reference
Flagging blog content as inappropriate