Get settings
|
GET api/2.0/settings
|
Returns the list of all available portal settings with the current values for each one
|
Get ldap settings
|
GET api/2.0/settings/ldap
|
Returns current portal LDAP settings
|
Get logo
|
GET api/2.0/settings/logo
|
Get portal logo image URL
|
Get sso settings v2
|
GET api/2.0/settings/ssov2
|
Returns current portal SSO settings
|
Get quota used
|
GET api/2.0/settings/quota
|
Returns space usage quota for portal with the space usage of each module
|
Get web item security info
|
GET api/2.0/settings/security
|
Returns security settings about product, module or addons
|
Sync ldap
|
GET api/2.0/settings/ldap/sync
|
Start sync users and groups process by LDAP
|
Get ldap operation status
|
GET api/2.0/settings/ldap/status
|
Returns LDAP sync process status
|
Get default ldap settings
|
GET api/2.0/settings/ldap/default
|
Returns LDAP default settings
|
Get default sso settings v2
|
GET api/2.0/settings/ssov2/default
|
Returns default portal SSO settings
|
Test ldap sync
|
GET api/2.0/settings/ldap/sync/test
|
Starts the process of collecting preliminary changes on the portal according to the selected LDAP settings
|
Get ip restrictions
|
GET api/2.0/settings/iprestrictions
|
Get portal ip restrictions
|
Get sso settings v2Constants
|
GET api/2.0/settings/ssov2/constants
|
Returns SSO settings constants
|
Recalculate quota
|
GET api/2.0/settings/recalculatequota
|
Start Recalculate Quota Task
|
Check recalculate quota
|
GET api/2.0/settings/checkrecalculatequota
|
Check Recalculate Quota Task
|
Is product administrator
|
GET api/2.0/settings/security/administrator
|
|
Get custom navigation items
|
GET api/2.0/settings/customnavigation/getall
|
Get Custom Navigation Items
|
Get custom navigation item
|
GET api/2.0/settings/customnavigation/get/{id}
|
Get Custom Navigation Item by Id
|
Get custom navigation item sample
|
GET api/2.0/settings/customnavigation/getsample
|
Get Custom Navigation Items Sample
|
Get product administrators
|
GET api/2.0/settings/security/administrator/{productid}
|
|
Save ldap settings
|
POST api/2.0/settings/ldap
|
Save LDAP settings and start import/sync users and groups process by LDAP
|
Save sso settings v2
|
POST api/2.0/settings/ssov2
|
Save SSO settings for current portal
|
Test ldap save
|
POST api/2.0/settings/ldap/save/test
|
Starts the process of collecting preliminary changes on the portal according to the LDAP settings
|
Create custom navigation item
|
POST api/2.0/settings/customnavigation/create
|
Add Custom Navigation Item
|
Sms settings
|
PUT api/2.0/settings/sms
|
Update two-factor authentication settings
|
Update tips settings
|
PUT api/2.0/settings/tips
|
update tips settings
|
Set web item security
|
PUT api/2.0/settings/security
|
Set security settings for product, module or addons
|
Save ip restrictions
|
PUT api/2.0/settings/iprestrictions
|
save new portal ip restrictions
|
Set access to web items
|
PUT api/2.0/settings/security/access
|
Set access to products, modules or addons
|
Set product administrator
|
PUT api/2.0/settings/security/administrator
|
|
Update ip restrictions settings
|
PUT api/2.0/settings/iprestrictions/settings
|
update ip restrictions settings
|
Reset sso settings v2
|
DELETE api/2.0/settings/ssov2
|
Reset SSO settings for current portal
|
Delete custom navigation item
|
DELETE api/2.0/settings/customnavigation/delete/{id}
|
Delete Custom Navigation Item by Id
|