GET api/Process/GetFileAsync?guid={guid}&file={file}

Returns the given file

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

The guid optained from PostFileAsync

string

Required

file

Relative file path

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of byte

Response Formats

application/json, text/json

Sample:
"QEA="

application/xml, text/xml

Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>