CellService.getCellRevision |

Version 10 - view current page

HTTP MethodURIReturns
GET/CellService/getCellRevision.doA cell for a single revision.

Overview:Retrieves a specific revision of a cell, including an abstract of its content and the revision's metadata.
Required Parameters:
Common required parameters plus:
  • cell.cellId - The cell to fetch.
  • revision.version - The cell revision version to fetch.
Example Request ( required parameters in red ):

http://wapi.wetpaint.com/CellService/getCellRevision.do
?key=yourissueddeveloperkey
&ns=yourassignednamespace
&cell.cellId=someCell
&revision.version=someVersion
&output=api

Example Response: