Get the admin configurations for file upload service

get

/ec-fileupload-svc/rest/v3.0/storage/config

Retrieves the admin configurations for file upload service in JSON format. Right: FileUploadAdminConfig.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : ConfigurationModel
Type: object
Show Source
Nested Schema : allowedFileTypes
Type: array
Show Source

401 Response

Unauthorized user.

500 Response

Internal server error.
Back to Top