Get the portal settings
GET /api/2.0/settings
Request
Returns a list of all the available portal settings with the current values for each parameter.
Headers
- Accept
enum of string
Can be one of:
application/json
,text/json
,text/plain
.
Query
- withpassword
boolean
Specifies if the password hasher settings will be returned or not
Examples
GET /api/2.0/settings?withpassword=true HTTP/1.1
Accept: application/json
Host: example.com
curl --request GET \
--url 'https://example.com/api/2.0/settings?withpassword=true' \
--header 'Accept: application/json'
Responses
200
Settings
- timezone
string
Time zone
- trustedDomains
array of unknown
List of trusted domains
- trustedDomainsType
one of
- .
enum of string
[None - None, Custom - Custom, All - All]
Can be one of:
None
,Custom
,All
.- .
enum of integer
[0 - None, 1 - Custom, 2 - All]
Can be one of:
0
,1
,2
.
- culture
string
Language
- utcOffset
string
date-span UTC offset
- utcHoursOffset
number
double UTC hours offset
- greetingSettings
string
Greeting settings
- ownerId
string
uuid Owner ID
- nameSchemaId
string
Team template ID
- enabledJoin
boolean
Specifies if a user can join to the portal or not
- enableAdmMess
boolean
Specifies if a user can send a message to the administrator or not
- thirdpartyEnable
boolean
Specifies if a user can connect third-party providers or not
- docSpace
boolean
Specifies if this is a DocSpace portal or not
- standalone
boolean
Specifies if this is a standalone portal or not
- baseDomain
string
Base domain
- wizardToken
string
Wizard token
- passwordHash
object
- size
integer
int32 - iterations
integer
int32 - salt
string
- firebase
object
- apiKey
string
API key
- authDomain
string
Authentication domain
- projectId
string
Project ID
- storageBucket
string
Storage bucket
- messagingSenderId
string
Message sender ID
- appId
string
Application ID
- measurementId
string
Measurement ID
- databaseURL
string
Database URL
- version
string
Version
- recaptchaType
one of
- .
enum of string
[Default - Default, AndroidV2 - AndroidV2, iOSV2 - iOSV2, hCaptcha - hCaptcha]
Can be one of:
Default
,AndroidV2
,iOSV2
,hCaptcha
.- .
enum of integer
[0 - Default, 1 - AndroidV2, 2 - iOSV2, 3 - hCaptcha]
Can be one of:
0
,1
,2
,3
.
- recaptchaPublicKey
string
ReCAPTCHA public key
- debugInfo
boolean
Specifies if the debug information will be sent or not
- socketUrl
string
Socket URL
- tenantStatus
one of
- .
enum of string
[Active - Active, Suspended - Suspended, RemovePending - Remove pending, Transfering - Transfering, Restoring - Restoring, Migrating - Migrating, Encryption - Encryption]
Can be one of:
Active
,Suspended
,RemovePending
,Transfering
,Restoring
,Migrating
,Encryption
.- .
enum of integer
[0 - Active, 1 - Suspended, 2 - Remove pending, 3 - Transfering, 4 - Restoring, 5 - Migrating, 6 - Encryption]
Can be one of:
0
,1
,2
,3
,4
,5
,6
.
- tenantAlias
string
Tenant alias
- helpLink
string
Link to the help
- forumLink
string
Link to the forum
- apiDocsLink
string
API documentation link
- domainValidator
object
- regex
string
- minLength
integer
int32 - maxLength
integer
int32
- zendeskKey
string
Zendesk key
- tagManagerId
string
Tag manager ID
- bookTrainingEmail
string
Email for training booking
- documentationEmail
string
Documentation email
- legalTerms
string
Legal terms
- licenseUrl
string
License url
- cookieSettingsEnabled
boolean
Specifies whether the cookie settings are enabled
- limitedAccessSpace
boolean
Limited access space
- userNameRegex
string
User name validation regex
- invitationLimit
integer
int32 Invitation limit
- plugins
object
- enabled
boolean
Specifies if the plugins are enabled or not
- upload
boolean
Specifies if the plugins can be uploaded or not
- delete
boolean
Specifies if the plugins can be deleted or not
- deepLink
object
- androidPackageName
string
Android package name
- url
string
Url
- iosPackageId
string
Ios package id
- formGallery
object
- path
string
Path
- domain
string
Domain
- ext
string
Ext
- uploadPath
string
Upload path
- uploadDomain
string
Upload domain
- uploadExt
string
Upload ext
- uploadDashboard
string
Upload dashboard
- maxImageUploadSize
integer
int64 Max image upload size