Version User Scope of changes
Nov 7 2008, 2:35 PM EST (current) superwomyn 1 word added, 1 word deleted
Oct 7 2008, 5:01 PM EDT boe_wetpaint

Changes

Key:  Additions   Deletions

HTTP MethodURIReturns
GET/TagService/tagSearch.doRetrieves a list of cells that posesspossess the tag(s) sent as an argument to this call.

Overview
: Search for cells by tag. If multiple tags are entered in the querystring, the results will contain cells that match ANY of the tags. That is, it matches on the first OR the second tag.
Common Parameters
plus...

Required Parameters:

tag.name
The name of the tag used to search for cells. This call supports multiple tag.name parameters on the query string.

Example Request ( required parameters in red ):

http://wapi.wetpaint.com/TagService/tagSearch.do
?key=yourissueddeveloperkey
&ns=yourassignednamespace
&tag.name=someTag
&tag.name=someOtherTag
&output=api