- Home [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
- Getting started
- Use cases
-
API
- Object types
- Data types
-
Global constants
- Application
- ApplicationUserProfile
- ApplicationWithBatcher
- ApplicationWithParams
- BrandingSettings
- CompanyInfo
- Converter
- Directories
- Files
- HttpApiHandler
- HttpApiRequest
- ICache
- IStorage
- MailMessage
- Mailbox
- OrganisationStructure
- OrganisationStructureTree
- Portal
- PortalPageInfo
- PortalSettings
- Portals
- Process
- Processes
- ProductionSchedule
- Reminders
- Replacements
- Serial
- ServerCollection
- Service
- SignupUrlParams
- SystemCollections
- SystemCollectionsWithEvents
- SystemCollectionsWithFilterEvents
- Templater
- Translator
- UserGroups
- Users
- Watermarks
- Report
- Reports
- SR
- Work with apps
- Web requests
- Access permissions
- Document flow
- Live Chats
- “Code” widget
- Signatures
- Business calendars
- Integration with IP telephony
- Integration with email marketing services
Advanced request parameters
Hierarchy
Properties
Optional Readonly body
Body of the request.
Optional Readonly bodyType
Type of data stored in
body
.Helps to understand what exactly is stored in the
body
property:string
: a simple string (typestring
).formdata
: data of a form ( typeFormData
).bytes
: binary data (typeArrayBuffer
).Optional Readonly fragment
Additional part of the URL path to the API method.
Optional Readonly headers
Headers.
Readonly host
Domain or IP address of the request.
Optional Readonly method
HTTP request method.
Readonly path
Relative path to the URL API method.
Optional Readonly port
Request port.
Optional Readonly query
Parameters of the URL string for a query.
Readonly scheme
Request protocol.
Properties