Version User Scope of changes
Mar 5 2009, 2:14 PM EST (current) boe_wetpaint 4 words deleted
Mar 3 2009, 7:17 PM EST boe_wetpaint 62 words added, 12 words deleted

Changes

Key:  Additions   Deletions


HTTP MethodURIReturns
GET/CellService/getCell.doA cell, including cell metadata, the cell's current revision, and its tags.

Overview:Retrieves the current revision of a cell. This call returns user-generated HTML content, details about the last edit, and tags. The default output of this call returns HTML suitable for a server-side include.
Common Parameters
plus...


Required Parameters:

cell.cellId
The cell to fetch.
cell.displayName
The default cell display name to return if the cell specified by cell.cellId does not currently exist. If the cell exists, this parameter is ignored. This parameter may safely be ignored if all cells are being explicitly created.
cell.url
As cell.displayName, the default cell URL to return if the specified cell does not exist. If the cell exists, this parameter is ignored. This parameter may safely be ignored if all cells are being explicitly created.

Optional Parameters:

cell.templateId
If specified and the cell has no content, the response will include the content of the specified template.
cell.currentRevision.version
If specified and the cell is currently at this version, the response will include no cell content.
cell.children.detail
If set, returns child cell details. Valid values are:
none - (default) Returns no child cell-level detail.
count - Returns count of child cells.
ref - Returns reference to child cells.
cell.threads.detail
If set, returns associated cell discussion threads. Valid values are:
none - (default) Returns no discussion thread-level detail.
count - Returns count of threads.
full - Returns full thread level detail.
cell.threads.urlPatternMore information soon.

Example Request ( required parameters in red ):

http://wapi.wetpaint.com/CellService/getCell.do
?key=yourissueddeveloperkey
&ns=yourassignednamespace
&cell.cellId=someCell