Paper
This service is used for manipulating Papers and Categories.
The following operations are supported. For a formal definition, please review the Service Description.
-
ChangePaperType
Changes a paper type from/to Flash/HTML. -
ChangePaperUrl
Changes a papers URL. -
ClearPublicationPeriod
Clears the publication period of an iPaper, it will always be visible without a publication period. -
CreateCategory
Creates a category under the specified parent category id. -
CreatePaper
Creates a paper under the specified parent category id. -
CreatePreviewToken
Returns a security token that can be used to bypass any security on the iPaper. -
DeletePaper
Deletes the specified paper. -
GetAllPapers
Returns an XML document listing all categories and iPapers below, and including, the requested PaperID. -
GetPaperIDFromUrl
Returns the ID of an iPaper, given its url. Can also be used to check whether a url is vacant. -
GetPaperStructure
Returns an XML document listing all pages and page images for the requested PaperID. -
GetPaperUrlFromID
Returns the url of an iPaper, given its ID. -
GetSetting
Returns the specified setting value for the specified PaperID. -
GetSettingDescriptions
Returns a list of all the settings that can be accessed using the Get/SetSetting methods. -
MovePaper
Moves an iPaper (sourcePaperID) from it's current parent to a new parent (destinationParentID). -
SetPublicationPeriod
Sets the publication period of an iPaper. Date format: yyyy-mm-dd hh:mm:ss. -
SetSetting
Sets the specified setting value for the specified PaperID.