Get a list of uploaded files

get

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

Retrieves list of uploaded files where number of files retrieved is less than limit specifed. Right: FileUploadFileGet.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : ObjectListModel
Type: object
Show Source
Nested Schema : fileList
Type: array
Show Source
Nested Schema : ObjectModel
Type: object
Show Source

401 Response

Unauthorized user.

500 Response

Internal server error.
Back to Top