Server Side API
API classes and methods allow you to extend the out-of-the-box SimpleOne functionality and implement your own solutions.
Server-side API provides classes and methods to operate different components of the system: attachments, cache, emails, messages, records, requests, users, and many others. Use them to change the system appearance or behavior, for example, create business rules on the server side. Explore these classes and methods to fulfill your needs.
📄️ ExportVariables
Work with server scripts
📄️ SimpleAttachment
Manage attachments
📄️ SimpleAttachmentService
Collect attachments from a remote instance
📄️ SimpleCache
Reset the cache
📄️ SimpleDateTime
Conduct operations on SimpleDateTime objects
📄️ SimpleDelegation
Interact with delegation records
📄️ SimpleDuration
Store duration as a date and time
📄️ SimpleEmailOutbound
Interact with email objects in scripts
📄️ SimpleEmailTemplate
Create branded notifications
📄️ SimpleEngine
Work with engines
📄️ SimpleExternalRabbitMQ
Generate and send messages to an external queue
📄️ SimpleImage
Manage images
📄️ SimpleImport
Import data from external sources
📄️ SimpleLogArchive
Manage log archives
📄️ SimpleMail
Test connection to an email server
📄️ SimpleMessage
Work with localization data
📄️ SimpleRecordDeletionLog
Work with the record deletion log
📄️ SimpleRecord Server-Side
Manage database records
📄️ SimpleRecordSecure
Manage database records with ACL rules
📄️ SimpleRestRequest
Work with REST API methods and parameters
📄️ SimpleRestResponse
Work with REST responses
📄️ SimpleSchedule
Work with SimpleSchedule objects
📄️ SimpleSearch
Perform query searches in tables
📄️ SimpleSession
Get information about the current session
📄️ SimpleSystem
Get information about the system, current user, and more
📄️ SimpleTable
Get information on parent and child tables
📄️ SimpleTemplate
Manage templates
📄️ SimpleTemplatePrinter
Extract and print information from mail scripts
📄️ SimpleTime
Work with SimpleTime class objects
📄️ SimpleUser Server-Side
Get information about the current user and their prerequisites
📄️ SimpleUserCriteria
Interact with the user criteria
📄️ SimpleVcs
Use the SimpleOne version control system
📄️ SimpleWebService
Create SimpleRestRequest objects
📄️ SimpleWorkflow
Manage workflows and their components