GET v1/Files/{id}

Get the raw stream of the file by ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Id of the file

string

Required

Body Parameters

None.

Response Information

Resource Description

Raw stream of the file

Stream
NameDescriptionTypeAdditional 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.