Get a list of the tags assigned to forum topics 

Get a category document that lists the tags that have been assigned to forum topics.

Table 1. Atom API request details

Resource Description
/atom/tags/topics A category document containing the tags that have been assigned to all of the forum topics.

You can use one or more of the input parameters to limit the number of forums returned in the feed. Separate multiple parameters with an ampersand (&).

Table 2. Input parameters

Parameter Description
communityUuid String. The unique ID of a community. Limits the returned entries to include only those forum topics associated with the specified community.
filter Identifies the topic type to return. Options are:

  • answeredquestions

  • forums

  • questions

  • topics

The default value is topics.

forumUuid Unique ID of a specific forum. This ID is defined in the <id> element of the forum. Limits the returned entries to include only the tags associated with the given forum.
page Page number. Specifies the page to be returned. The default value is 1.
ps Page size. Specifies the number of entries to return per page.
since Returns all entries last modified since a specified date. Specify the date in the number of milliseconds since January 1, 1970, 00:00:00 GMT time.
sortBy String. Specifies what to sort the returned entries by. Options are:
created

    Sorts the results by creation date.

lastmod

    Sorts the results by the date on which they were last modified.

sortOrder Defines the order in which to sort the results. Options are:
asc

    Ascending.

desc

    Descending.

view Identifies the authenticated user's relationship to the forum. Options are:
follow

    Forums you are following.

member

    Community forums of which you are a member.

owner

The default value is owner.


Output

An Atom category document containing the tags that have been assigned to all of the activitiess hosted by the Activities application.


Parent topic

Getting Forums feeds


   

 

});

+

Search Tips   |   Advanced Search