GET api/2.0/portal/quota/right This function requires authentication

Description

Returns the recommended quota for the current portal.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/portal/quota/right
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Recommended portal quota

Example Response
{
  "status": 0,
  "response": {
    "TenantId": 1234,
    "Name": "some text",
    "Price": 1.1,
    "PriceCurrencySymbol": "some text",
    "ProductId": "some text",
    "Visible": true,
    "Features": "some text",
    "MaxFileSize": 1234,
    "MaxTotalSize": 1234,
    "CountUser": 1234,
    "CountRoomAdmin": 1234,
    "UsersInRoom": 1234,
    "CountRoom": 1234,
    "NonProfit": true,
    "Trial": true,
    "Free": true,
    "Update": true,
    "Audit": true,
    "DocsEdition": true,
    "Ldap": true,
    "Sso": true,
    "WhiteLabel": true,
    "Customization": true,
    "Custom": true,
    "AutoBackupRestore": true,
    "Oauth": true,
    "ContentSearch": true,
    "ThirdParty": true
  }
}