Retrieves the binary content of a job file, optionally resized if it's an image.

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

The job 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
NameDescriptionTypeAdditional information
Version

Version
Content

HttpContent
StatusCode

HttpStatusCode
ReasonPhrase

string
Headers

Collection of Object
RequestMessage

HttpRequestMessage
IsSuccessStatusCode

boolean