Version User Scope of changes
Mar 3 2009, 7:27 PM EST (current) boe_wetpaint 1 word added, 1 word deleted
Mar 3 2009, 7:23 PM EST boe_wetpaint 29 words added

Changes

Key:  Additions   Deletions
Call deprecated.

This API call has been superseded and use should be avoided. For similar functionality, please see CellService.getCell. ToFor cell children detail, please see parameter cell.children.detail.





















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

Overview: Retrieves the current revision of a cell. This call returns user-generated HTML content, details about the last edit, tags, and a list of child cells.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.

Example Request ( required parameters in red ):

To add...