GET api/Process/GetFileContentAsync?guid={guid}&file={file}
Returns the given file (alternate way)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid |
The guid optained from PostFileAsync |
string |
Required |
| file |
Relative file path |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
FileContentResult| Name | Description | Type | Additional information |
|---|---|---|---|
| FileContents | Collection of byte |
None. |
|
| ContentType | string |
None. |
|
| FileDownloadName | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.