Returns the recommended quota for the current portal.
This method doesn't have any parameters.
GET api/2.0/portal/quota/right Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
Recommended portal quota
application/json
{ "status": 0, "response": { "Tenant": 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 } }
text/xml
<result> <status>0</status> <response> <Tenant>1234</Tenant> <Name>some text</Name> <Price>1.1</Price> <PriceCurrencySymbol>some text</PriceCurrencySymbol> <ProductId>some text</ProductId> <Visible>True</Visible> <Features>some text</Features> <MaxFileSize>1234</MaxFileSize> <MaxTotalSize>1234</MaxTotalSize> <CountUser>1234</CountUser> <CountRoomAdmin>1234</CountRoomAdmin> <UsersInRoom>1234</UsersInRoom> <CountRoom>1234</CountRoom> <NonProfit>True</NonProfit> <Trial>True</Trial> <Free>True</Free> <Update>True</Update> <Audit>True</Audit> <DocsEdition>True</DocsEdition> <Ldap>True</Ldap> <Sso>True</Sso> <WhiteLabel>True</WhiteLabel> <Customization>True</Customization> <Custom>True</Custom> <AutoBackupRestore>True</AutoBackupRestore> <Oauth>True</Oauth> <ContentSearch>True</ContentSearch> <ThirdParty>True</ThirdParty> </response> </result>