Version User Scope of changes
Sep 17 2008, 1:15 PM EDT devin_wetpaint 4 words added, 3 words deleted
Jun 9 2008, 1:26 PM EDT ryan_wetpaint 2 words added, 1 word deleted

Changes

Key:  Additions   Deletions
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 andtheand the revision's metadata.
Required Parameters:
Common required parameters plus:
  • cell.cellId - The cell to fetch.
  • version.revisionrevision.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
&version.revision&revision.version=someVersion
&output=api

Example Response: