Get a feed of the followed resources 

You can use this Atom API request to get a feed that lists the resources that are being followed by the authenticated user. Provide the values of the source and type as parameters to this request.

Table 1. Atom API request details

Resource Description
/follow/atom/resources A feed of all the resources being followed.

Use one or more of the input parameters to narrow the search. Separate multiple parameters with an ampersand (&).

Table 2. Input parameters

Parameter Description
page Page number. Specifies the page to be returned. The default is 1.
ps Page size. Specifies the number of entries to return per page. The maximum number allowed is 20.
resource String representing the unique ID of a resource. For example, in the Activities application, a to-do entry represents an item. If this parameter is specified, then a single entry is returned if found.
source String specifying the resource. Options are:

This parameter is required.

type String representing the resource type. Options are:
If source=activities

    activity

If source=blogs

    blog

If source=communities

    community

If source=files

  • file

  • file_folder

If source=forums

  • forum

  • forum_topic

If source=profiles

    profile

If source=wikis

  • wiki

  • wiki_page

If source=tags

    tag

This parameter is required.


Parent topic

Follow API


   

 

});

+

Search Tips   |   Advanced Search