Retrieves the binary content of a file, optionally resized if it's an image.
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The file id. |
globally unique identifier |
Required |
| maxHeight |
Maximum height in pixels to resize an image to (0 for original size). |
integer |
Required |
| maxWidth |
Maximum width in pixels to resize an image to (0 for original size). |
integer |
Required |
Body Parameters :
None.
Response Information
Resource Description :
The raw file content as the HTTP response body.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version | ||
| Content | HttpContent | ||
| StatusCode | HttpStatusCode | ||
| ReasonPhrase | string | ||
| Headers | Collection of Object | ||
| RequestMessage | HttpRequestMessage | ||
| IsSuccessStatusCode | boolean |