Create community bookmarks 

To create a community bookmark, send a POST request to the remote applications feed of the community to which you want to add the bookmark.

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

  1. Determine the URI to which to POST the bookmark Atom document to create the community bookmark by first accessing the service document for remote applications. See Retrieve a remote applications list for more details.

  2. Create an Atom document to represent the community bookmark.

  3. Send the Atom document using a POST request to the following URI:

      Table 1. Atom API request details
      Method Resource URI Input representation
      POST Communities remote applications feed From the entry in the Communities remote application feed that contains the <category term="Bookmarks" scheme="http://www.ibm.com/xmlns/prod/sn/type" /> element, find the value of the href attribute in the <link> element that has the rel="http://www.ibm.com/xmlns/prod/sn/remote-application/publish" attribute. bookmark

Input

Provide a bookmark Atom entry document. The content type of the Atom entry document must be application/atom+xml.


Output

An Atom entry document containing the new bookmark entry.

Returned HTTP headers

HTTP/1.1 201 Created

Location: url

Error codes

Related concepts
Work with bookmarks programmatically

Related reference
Retrieve a remote applications list


   

 

});

+

Search Tips   |   Advanced Search