List Uploaded Files

get

/ohfapi/storage/v1.0/storage/list

This API lists only files uploaded by the user invoking the API.

Request

There are no request parameters for this operation.

Security
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Back to Top

Examples

[
{
"name" : "bucket/file10",
"self" : "/v1.0/storage/bucket/file10",
"size" : 28437252,
"createdOn" : "2015-10-07T21:29:54-0700",
"checksum" : "d9e37640fdccaf0cfb5cd2e719a1759c"
},
{
"name" : "bucket/testpart-1",
"self" : "/v1.0/storage/bucket/testpart/parts/1",
"size" : 1433600,
"createdOn" : "2015-10-22T01:28:21-0700",
"checksum" : "5cfaac7820ddb3ec7a66a7e385205f3a"
},
{
"name" : "bucket/bigFile",
"self" : "/v1.0/storage/bucket/bigFile",
"size" : 1099062419,
"createdOn" : "2015-10-13T07:05:45-0700",
"checksum" : "08e1027e801486eac2643ff59400518e"
}
]
Back to Top