{ "version": "1.2.11", "methods": { "createGroup" : [] , "createGroupIfNotExistsFor" : ["groupMapper"] , "deleteGroup" : ["groupID"] , "listPads" : ["groupID"] , "listAllPads" : [] , "createDiffHTML" : ["padID", "startRev", "endRev"] , "createPad" : ["padID", "[text]"] , "createGroupPad" : ["groupID", "padName", "[text]"] , "createAuthor" : ["[name]"] , "createAuthorIfNotExistsFor": ["authorMapper" , "[name]"] , "listPadsOfAuthor" : ["authorID"] , "createSession" : ["groupID", "authorID", "validUntil"] , "deleteSession" : ["sessionID"] , "getSessionInfo" : ["sessionID"] , "listSessionsOfGroup" : ["groupID"] , "listSessionsOfAuthor" : ["authorID"] , "getText" : ["padID", "[rev]"] , "setText" : ["padID", "text"] , "getHTML" : ["padID", "[rev]"] , "setHTML" : ["padID", "html"] , "getAttributePool" : ["padID"] , "getRevisionsCount" : ["padID"] , "getSavedRevisionsCount" : ["padID"] , "listSavedRevisions" : ["padID"] , "saveRevision" : ["padID", "rev"] , "getRevisionChangeset" : ["padID", "[rev]"] , "getLastEdited" : ["padID"] , "deletePad" : ["padID"] , "copyPad" : ["sourceID", "destinationID", "[force]"] , "movePad" : ["sourceID", "destinationID", "[force]"] , "getReadOnlyID" : ["padID"] , "getPadID" : ["roID"] , "setPublicStatus" : ["padID", "publicStatus"] , "getPublicStatus" : ["padID"] , "setPassword" : ["padID", "password"] , "isPasswordProtected" : ["padID"] , "listAuthorsOfPad" : ["padID"] , "padUsersCount" : ["padID"] , "getAuthorName" : ["authorID"] , "padUsers" : ["padID"] , "sendClientsMessage" : ["padID", "msg"] , "listAllGroups" : [] , "checkToken" : [] , "getChatHistory" : ["padID", "[start]", "[end]"] , "getChatHead" : ["padID"] , "restoreRevision" : ["padID", "rev"] } }