- Description:
- This API call returns the list of your tags and their counts, ordered by count in decreasing order
- Required Parameters:
- none
- Optional Parameters:
-
- limit
- Limits the number of tags returned.
Example Request
http://www.simpy.com/simpy/api/rest/GetTags.do
http://www.simpy.com/simpy/api/rest/GetTags.do?limit=100
http://www.simpy.com/simpy/api/rest/GetTags.do?limit=99999
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<tags user="user1">
<tag name="tags" count="22"/>
<tag name="folksonomy" count="15"/>
<tag name="taxonomies" count="10"/>
<tag name="labels" count="7"/>
<tag name="tag1" count="5"/>
<tag name="tag2" count="3"/>
<tag name="topics" count="2"/>
</tags>
Status Codes
300: Transient data retrieval error