App content quota: Get
This API is extremely reliable and will not be broken unless absolutely necessary.
Method
GET
Path
/qrs/appcontentquota/full
Description
Get information about the application content quota.
The maxFileSize property is the size limit for the total space allocated for app storage. The total size of all app files must not exceed this limit. The maxFileSize property is the size limit for a single file. Files larger than this limit will not be uploaded (even if maxLibrarySize is not exceeded).
Body
-
Return value
The full object for the application content quota entity, for example:
{ "id": "1001a995-e85d-4ecd-aa17-b66f3ac20c43", "createdDate": "2016-02-12T16:31:01.351Z", "modifiedDate": "2016-02-12T16:31:01.351Z", "modifiedByUserName": "INTERNAL\\sa_repository", "customProperties": [], "maxFileSize": 26214400, "maxLibrarySize": 52428800, "privileges": null, "schemaPath": "AppContentQuota" }
Optional parameters
-