API Methods - Legacy | SpreadsheetWeb Help

Legacy Platform documentation

API Methods

Explore 14 practical guides for API Methods in SpreadsheetWeb Legacy Platform, with setup instructions, examples, troubleshooting guidance, and related tasks.

14guides

Start here

API Methods guides

14 articles
CloseDedicatedSession (Application-Level)This method is used for closing previously opened dedicated session once the API calls are done. Authentication This method requires an authentication token…CreateUser (Site-Level)This method is used to create a new user under the site associated with the request. Authentication Site-level methods always requires an authentication…DeleteUser (Site-Level)This method is used to delete an existing user under the site associated with the request. Authentication Site-level methods always requires an…GenerateDocument (Application-Level)This method helps to generate a document, replacing requested values with desired output, and either return the output or store it in the server’s file…GetBatchResults (Application-Level)The primary usage of this method is to perform multiple calculations with a single server request based on a set of calculation requests and return a set of…GetDocumentStubs (Application-Level)This method allows retrieving available stubs in a document. A stub has to be in double curly braces ( {{StubName}} format). A text stub can be defined in…GetRecord (Application-Level)This method helps to get the application data from primary table associated with record id. Authentication This method requires an authentication token…GetRecordExtended (Application-Level)This method helps to get the application data from primary table as well as its secondary table associated with record id. Authentication This method…GetResult (Application-Level)The primary usage of this method is to perform a single calculation based on a series and return a set of calculated outputs. The method also includes…MergeDocuments (Application-Level)This method helps to generate a document by merging several documents stored in the file system together. Authentication This method requires an…MergeDocumentsExtended (Application-Level)This method helps to generate a document by merging several documents stored in the file system together. This version contains additional options over the…OpenDedicatedSession (Application-Level)This method helps to create a unique id and associate this new identifier with the session to have a dedicated session for the subsequent API calls.…SendEmail (Application-Level)This method helps to send email message. Authentication This method requires an authentication token if the access level of the application is set to…UpdateUser (Site-Level)This method is used to update an existing user under the site associated with the request. Authentication Site-level methods always requires an…