Tags¶
Retrieve the list of tags attached to a content item
HTTP GET¶
/xn/rest/apiexample/1.0/Tag/list ¶
Retrieve tags attached to a content item, sorted in no particular order.
Optional Query Parameters:¶
- author (screenname)
- Only retrieve tags added by a particular member
- anchor (string)
- An opaque token encodes the page of results returned, used in conjunction with count to page through a result set
- count (int)
- Returns one tag by default and supports a maximum of 100. Also supports negative values down to -100 for retrieving tags before the anchor.