GET api/admin/download/{bucket}/{path}

Gets a file located at the given bucket and path.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bucket

The bucket where the file is stored.

string

Required

path

The path to the file.

string

Required

Body Parameters

None.

Response Information

Resource Description

The requested file as a Stream.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.