Server SDK Reference Guide
The Server SDK is a set of JavaScript functions and methods available in the FintechOS Platform which can be used for business service components.
Please note that some SDK methods are deprecated starting with v24.3 and their usage is not recommended. Check out this link to view the list of SDK methods that are no longer available.
This guide is applicable for versions 24.3 and up. Follow the link for older SDK reference guides for v24.2 and lower.
Starting with v24.3, as part of the MVCS (Model View Controller Service) architecture to improve developer experience and code quality, the SDK namespace have been modified. SDK methods now have more comprehensive domains or even subdomains that help group them better. This also makes them easier to find in Intellisense.
List of SDK domains:
- ftos.data
- ftos.businessStatusWorkflow
- ftos.documents
- ftos.files
- ftos.formulaEngine
- ftos.messaging
- ftos.xml
- ftos.context
- ftos.convert
- ftos.identity
- ftos.utils
- ftos.journey
- ftos.logging
- ftos.metadata
The SDK methods are to be used with business service components in a more streamlined code creation and execution way. In the table of contents, you'll see that the methods are organized based on BSC modules:
- data service
- business logic
- routes
- generic (SDK methods suitable for all three modules)
Use the Functions tab to view all SDK methods arranged alphabetically and fast search to the one you like to use. Most SDK methods have a detailed description, syntax, parameters and an example. Use the form below to send us your feedback.