Get a portal quota
GET /api/2.0/portal/quota
Request
Returns the current portal quota.
Authorization
An API key is a token that you provide when making API calls. Include the token in a cookie parameter called asc_auth_key
.
Example: asc_auth_key=864FE52C-1C1C-469F-9308-51DAFEFE7436
.
Headers
- Accept
enum of string
Can be one of:
application/json
,text/json
,text/plain
.
Examples
GET /api/2.0/portal/quota HTTP/1.1
Accept: application/json
Host: example.com
curl --request GET \
--url https://example.com/api/2.0/portal/quota \
--header 'Accept: application/json'
Responses
200
Current portal quota
- tenantId
integer
int32 Tenant ID
- name
string
Name
- price
number
double Price
- priceCurrencySymbol
string
Price currency symbol
- productId
string
Product ID
- visible
boolean
Specifies if the tenant quota is visible or not
- features
string
Tenant quota features
- maxFileSize
integer
int64 Maximum file size
- maxTotalSize
integer
int64 Maximum total size
- countUser
integer
int32 Number of portal users
- countRoomAdmin
integer
int32 Number of portal room administrators
- usersInRoom
integer
int32 Number of room users
- countRoom
integer
int32 Number of rooms
- nonProfit
boolean
Specifies if the tenant quota is nonprofit or not
- trial
boolean
Specifies if the tenant quota is trial or not
- free
boolean
Specifies if the tenant quota is free or not
- update
boolean
Specifies if the tenant quota is updated or not
- audit
boolean
Specifies if the audit trail is available or not
- docsEdition
boolean
Specifies if this tenant quota is Docs edition or not
- ldap
boolean
Specifies if the LDAP settings are available or not
- sso
boolean
Specifies if the SSO settings are available or not
- statistic
boolean
Specifies if the statistic settings are available or not
- branding
boolean
Specifies if the branding settings are available or not
- customization
boolean
Specifies if the customization settings are available or not
- lifetime
boolean
Specifies if the license is lifetime or not
- custom
boolean
Specifies if the custom domain URL is available or not
- autoBackupRestore
boolean
Specifies if the automatic Backup&Restore feature is available or not
- oauth
boolean
Specifies if Oauth is available or not
- contentSearch
boolean
Specifies if the content search is available or not
- thirdParty
boolean
Specifies if the third-party accounts linking is available or not
401
Unauthorized
403
No permissions to perform this action