GET v1/Files/{id}
Get the raw stream of the file by ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Id of the file |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Raw stream of the file
StreamName | Description | Type | Additional information |
---|---|---|---|
CanRead | boolean |
None. |
|
CanSeek | boolean |
None. |
|
CanTimeout | boolean |
None. |
|
CanWrite | boolean |
None. |
|
Length | integer |
None. |
|
Position | integer |
None. |
|
ReadTimeout | integer |
None. |
|
WriteTimeout | integer |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.