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
-
byUser: string
Set to true to filter response based on current user. If no filter is provided, a list files of all user will be returned.
-
limit: integer(int32)
Specifies the number of records to be retrieved per page. If limit is not specified, 50 records will be shown, if they exist.
-
mode(required): string
Mode of the study from which you are uploading the file. Allowed values are active, test and training.
-
nextPageStartId(required): integer(int32)
Next page start index to retrieve files list.
-
noOfDays: integer(int32)
Specifies how many days old files should be retrieved from the current server time zone.
-
status: string
Status of files which needs to be retrieved. Allowed status are SUCCESS, INPROGRESS, FAILED, ALL. Default is SUCCESS.
-
study(required): string
Tenant, study or user-defined name.
-
studyId(required): string(uuid)
The ID of the study.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
401 Response
Unauthorized user.
500 Response
Internal server error.