- URL:https://<service-url>/uploads/info
 - Required Capability:Uploads
 - Version Introduced:10.0
 
Description
The info resource returns the maxUploadFileSize property of a service.
Request parameters
| Parameter | Details | 
|---|---|
| f |                    Description: The response format. This resource supports JSON output only. Values: json  |               
Example usage
JSON Response syntax
                    
                    {"maxUploadFileSize":<maxUploadFileSize>} //represents file size in MB
JSON Response example
                    
                    {"maxUploadFileSize":2000}