HTTP Method & URL
GET <base-url>?Type=UserCommunityTags&Version=1&UserId=<userid>
Parameters
| Type | <Required> Type of the request resource |
| Version | <Required> API version# |
| UserId | <Required> UserID of the user whose related group tags you want to retrieve. |
Description
Returns the list of all tags associated with the bookmarks saved into the specified user's open and restricted groups.
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<TimeStamp> 2008-03-25 05:29:30 GMT </TimeStamp>
<APIVersion> 1.0 </APIVersion>
<CurrentPage> 1 </CurrentPage>
<TotalPages> 1 </TotalPages>
<PageSize> 500 </PageSize>
<Tags>
<Tag>
<Keyword> news </Keyword>
<Id> 34 </Id>
<Weight> 1 </Weight>
</Tag>
<Tag>
<Keyword> sports </Keyword>
<Id> 33 </Id>
<Weight> 1 </Weight>
</Tag>
</Tags>
</Response>
Notes:
- Response is similar to Get User's Tags API