HTTP Method & URL
GET <base-url>?Type=UserTags&Version=1&UserId=<userid>&filter=<filter>
Parameters
| Type | <required> Type of the request resource |
| Version | <required> API version number |
| UserId | <required> User-id of the user whose bookmarks you want to retrieve. |
| Filter | <optional> All | Public — "All" retrieves all of the user's tags while "Public" only returns the user's public tags. Default is Public. |
Description
This API retrieves the tags applied by the specified user.
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>
<Tags> <Tag> <Keyword> news </Keyword> <Id> 34 </Id> <Weight> 1 </Weight> <DateWeight>70</DateWeight> <TagCount>2</TagCount> </Tag> <Tag> <Keyword> sports </Keyword> <Id> 33 </Id> <Weight> 1 </Weight> <DateWeight>70</DateWeight> <TagCount>2</TagCount> </Tag> </Tags> </Response>
Notes:
- The DateWeight and TagCount values can be used to derive a tag-cloud